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