pub struct b3;
Trait Implementations§
source§impl Pin for b3
impl Pin for b3
source§fn set_direction(direction: DataDirection)
fn set_direction(direction: DataDirection)
Sets the data direction of the pin.
source§fn set_output()
fn set_output()
Sets the pin up as an output.
Auto Trait Implementations§
impl RefUnwindSafe for b3
impl Send for b3
impl Sync for b3
impl Unpin for b3
impl UnwindSafe for b3
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more