#[repr(u8)]pub enum KeyIdMode {
Implicit = 0,
Index = 8,
Source4Index = 16,
Source8Index = 24,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for KeyIdMode
impl Eq for KeyIdMode
impl StructuralPartialEq for KeyIdMode
Auto Trait Implementations§
impl Freeze for KeyIdMode
impl RefUnwindSafe for KeyIdMode
impl Send for KeyIdMode
impl Sync for KeyIdMode
impl Unpin for KeyIdMode
impl UnwindSafe for KeyIdMode
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