#[repr(u8)]pub enum Trig {
_RESERVED_0 = 0,
EDGE_TRIGGERED = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Trig
impl Ord for Trig
Source§impl PartialOrd for Trig
impl PartialOrd for Trig
impl Copy for Trig
impl Eq for Trig
impl StructuralPartialEq for Trig
Auto Trait Implementations§
impl Freeze for Trig
impl RefUnwindSafe for Trig
impl Send for Trig
impl Sync for Trig
impl Unpin for Trig
impl UnwindSafe for Trig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)