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