pub struct LedControl {
pub records: Vec<LedRecord>,
}Expand description
osdp_LED body.
Fields§
§records: Vec<LedRecord>Records (one per LED).
Implementations§
Trait Implementations§
Source§impl Clone for LedControl
impl Clone for LedControl
Source§fn clone(&self) -> LedControl
fn clone(&self) -> LedControl
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 LedControl
impl Debug for LedControl
Source§impl PartialEq for LedControl
impl PartialEq for LedControl
impl Eq for LedControl
impl StructuralPartialEq for LedControl
Auto Trait Implementations§
impl Freeze for LedControl
impl RefUnwindSafe for LedControl
impl Send for LedControl
impl Sync for LedControl
impl Unpin for LedControl
impl UnsafeUnpin for LedControl
impl UnwindSafe for LedControl
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