pub struct LedSlot { /* private fields */ }
Expand description
Information about specific slot
Note: you can retrieve/set set of LED with out a block device present
Implementations§
Auto Trait Implementations§
impl Freeze for LedSlot
impl RefUnwindSafe for LedSlot
impl Send for LedSlot
impl Sync for LedSlot
impl Unpin for LedSlot
impl UnwindSafe for LedSlot
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