pub struct PinStrapping { /* private fields */ }
Expand description
Represents configuration of a set of pins as strong/weak pullup/pulldown as declared in configuration files under a given strapping name.
Implementations§
Auto Trait Implementations§
impl Freeze for PinStrapping
impl !RefUnwindSafe for PinStrapping
impl !Send for PinStrapping
impl !Sync for PinStrapping
impl Unpin for PinStrapping
impl !UnwindSafe for PinStrapping
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