pub struct LedRecord {
pub reader: u8,
pub led: u8,
pub temporary: LedTemporary,
pub permanent: LedPermanent,
}Expand description
One LED record (14 bytes).
Fields§
§reader: u8Reader number on the PD.
led: u8LED number on the reader.
temporary: LedTemporaryTemporary control half.
permanent: LedPermanentPermanent control half.
Implementations§
Trait Implementations§
impl Copy for LedRecord
impl Eq for LedRecord
impl StructuralPartialEq for LedRecord
Auto Trait Implementations§
impl Freeze for LedRecord
impl RefUnwindSafe for LedRecord
impl Send for LedRecord
impl Sync for LedRecord
impl Unpin for LedRecord
impl UnsafeUnpin for LedRecord
impl UnwindSafe for LedRecord
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