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