#[repr(u8)]pub enum PinDirection {
In = 0,
Out = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PinDirection
impl Clone for PinDirection
Source§fn clone(&self) -> PinDirection
fn clone(&self) -> PinDirection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PinDirection
Auto Trait Implementations§
impl Freeze for PinDirection
impl RefUnwindSafe for PinDirection
impl Send for PinDirection
impl Sync for PinDirection
impl Unpin for PinDirection
impl UnwindSafe for PinDirection
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