#[repr(C)]pub enum GPIO_Output {
GPIO_OUTPUT_LOW = 0,
GPIO_OUTPUT_HIGH = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GPIO_Output
impl Clone for GPIO_Output
Source§fn clone(&self) -> GPIO_Output
fn clone(&self) -> GPIO_Output
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 GPIO_Output
impl Debug for GPIO_Output
Source§impl PartialEq for GPIO_Output
impl PartialEq for GPIO_Output
impl Copy for GPIO_Output
impl Eq for GPIO_Output
impl StructuralPartialEq for GPIO_Output
Auto Trait Implementations§
impl Freeze for GPIO_Output
impl RefUnwindSafe for GPIO_Output
impl Send for GPIO_Output
impl Sync for GPIO_Output
impl Unpin for GPIO_Output
impl UnwindSafe for GPIO_Output
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