pub struct LedInterface { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LedInterface
impl Clone for LedInterface
Source§fn clone(&self) -> LedInterface
fn clone(&self) -> LedInterface
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LedInterface
impl Debug for LedInterface
Source§impl Default for LedInterface
impl Default for LedInterface
Source§fn default() -> LedInterface
fn default() -> LedInterface
Returns the “default value” for a type. Read more
impl Copy for LedInterface
Auto Trait Implementations§
impl Freeze for LedInterface
impl RefUnwindSafe for LedInterface
impl Send for LedInterface
impl Sync for LedInterface
impl Unpin for LedInterface
impl UnsafeUnpin for LedInterface
impl UnwindSafe for LedInterface
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