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