pub struct OutputControl {
pub records: Vec<OutputRecord>,
}Expand description
osdp_OUT body.
Fields§
§records: Vec<OutputRecord>Records (one per output).
Implementations§
Trait Implementations§
Source§impl Clone for OutputControl
impl Clone for OutputControl
Source§fn clone(&self) -> OutputControl
fn clone(&self) -> OutputControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutputControl
impl Debug for OutputControl
Source§impl PartialEq for OutputControl
impl PartialEq for OutputControl
impl Eq for OutputControl
impl StructuralPartialEq for OutputControl
Auto Trait Implementations§
impl Freeze for OutputControl
impl RefUnwindSafe for OutputControl
impl Send for OutputControl
impl Sync for OutputControl
impl Unpin for OutputControl
impl UnsafeUnpin for OutputControl
impl UnwindSafe for OutputControl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more