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