#[repr(u8)]pub enum Pin9Function {
Int2 = 0,
FSync = 1,
Reserved(u8),
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for Pin9Function
impl Clone for Pin9Function
Source§fn clone(&self) -> Pin9Function
fn clone(&self) -> Pin9Function
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 Pin9Function
impl Debug for Pin9Function
Source§impl From<Pin9Function> for u8
impl From<Pin9Function> for u8
Source§fn from(val: Pin9Function) -> Self
fn from(val: Pin9Function) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Pin9Function
impl From<u8> for Pin9Function
Source§impl Hash for Pin9Function
impl Hash for Pin9Function
Source§impl PartialEq for Pin9Function
impl PartialEq for Pin9Function
impl Copy for Pin9Function
impl Eq for Pin9Function
impl StructuralPartialEq for Pin9Function
Auto Trait Implementations§
impl Freeze for Pin9Function
impl RefUnwindSafe for Pin9Function
impl Send for Pin9Function
impl Sync for Pin9Function
impl Unpin for Pin9Function
impl UnwindSafe for Pin9Function
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