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