pub struct Led9 {
pub pin: Output,
}Fields§
§pin: OutputTrait Implementations§
Auto Trait Implementations§
impl Freeze for Led9
impl RefUnwindSafe for Led9
impl !Send for Led9
impl !Sync for Led9
impl Unpin for Led9
impl UnsafeUnpin for Led9
impl UnwindSafe for Led9
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