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