pub struct GpioPin {
pub base: usize,
pub offset: u32,
pub active_low: bool,
}Fields§
§base: usize§offset: u32§active_low: boolImplementations§
Auto Trait Implementations§
impl Freeze for GpioPin
impl RefUnwindSafe for GpioPin
impl Send for GpioPin
impl Sync for GpioPin
impl Unpin for GpioPin
impl UnsafeUnpin for GpioPin
impl UnwindSafe for GpioPin
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