pub struct a1;
Trait Implementations§
source§impl Pin for a1
impl Pin for a1
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 a1
impl Send for a1
impl Sync for a1
impl Unpin for a1
impl UnwindSafe for a1
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