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