#[repr(u8)]pub enum Rcr4Fsp {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rcr4Fsp
impl Ord for Rcr4Fsp
Source§impl PartialOrd for Rcr4Fsp
impl PartialOrd for Rcr4Fsp
impl Copy for Rcr4Fsp
impl Eq for Rcr4Fsp
impl StructuralPartialEq for Rcr4Fsp
Auto Trait Implementations§
impl Freeze for Rcr4Fsp
impl RefUnwindSafe for Rcr4Fsp
impl Send for Rcr4Fsp
impl Sync for Rcr4Fsp
impl Unpin for Rcr4Fsp
impl UnwindSafe for Rcr4Fsp
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