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