#[repr(u8)]pub enum Snid {
NOT_IMPLEMENTED = 0,
IMPLEMENTED = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
NOT_IMPLEMENTED = 0
The feature is not implemented.
IMPLEMENTED = 1
The feature is implemented.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Snid
impl Ord for Snid
Source§impl PartialOrd for Snid
impl PartialOrd for Snid
impl Copy for Snid
impl Eq for Snid
impl StructuralPartialEq for Snid
Auto Trait Implementations§
impl Freeze for Snid
impl RefUnwindSafe for Snid
impl Send for Snid
impl Sync for Snid
impl Unpin for Snid
impl UnwindSafe for Snid
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
)