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