pub enum GpioOutputType {
PushPull = 0,
OpenDrain = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GpioOutputType
impl Clone for GpioOutputType
Source§fn clone(&self) -> GpioOutputType
fn clone(&self) -> GpioOutputType
Returns a duplicate 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 moreSource§impl Debug for GpioOutputType
impl Debug for GpioOutputType
Source§impl PartialEq for GpioOutputType
impl PartialEq for GpioOutputType
impl Copy for GpioOutputType
impl StructuralPartialEq for GpioOutputType
Auto Trait Implementations§
impl Freeze for GpioOutputType
impl RefUnwindSafe for GpioOutputType
impl Send for GpioOutputType
impl Sync for GpioOutputType
impl Unpin for GpioOutputType
impl UnwindSafe for GpioOutputType
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