pub struct Pin {
pub modes: Vec<Mode>,
pub analog: bool,
pub value: i32,
pub mode: u8,
}Fields§
§modes: Vec<Mode>§analog: bool§value: i32§mode: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pin
impl RefUnwindSafe for Pin
impl Send for Pin
impl Sync for Pin
impl Unpin for Pin
impl UnwindSafe for Pin
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