#[repr(u8)]pub enum Nsnid {
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 Nsnid
impl Ord for Nsnid
Source§impl PartialOrd for Nsnid
impl PartialOrd for Nsnid
impl Copy for Nsnid
impl Eq for Nsnid
impl StructuralPartialEq for Nsnid
Auto Trait Implementations§
impl Freeze for Nsnid
impl RefUnwindSafe for Nsnid
impl Send for Nsnid
impl Sync for Nsnid
impl Unpin for Nsnid
impl UnwindSafe for Nsnid
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
)