pub struct LedBlue(/* private fields */);
Implementations§
Trait Implementations§
Source§impl ReadRegister for LedBlue
impl ReadRegister for LedBlue
fn deserialize(data: &[u8]) -> Self
impl Copy for LedBlue
impl Eq for LedBlue
impl ReadRegister for LedBlue
impl StructuralPartialEq for LedBlue
impl WriteRegister for LedBlue
Auto Trait Implementations§
impl Freeze for LedBlue
impl RefUnwindSafe for LedBlue
impl Send for LedBlue
impl Sync for LedBlue
impl Unpin for LedBlue
impl UnwindSafe for LedBlue
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