#[repr(transparent)]pub struct NamespaceIdentifierType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl NamespaceIdentifierType
impl NamespaceIdentifierType
pub const RESERVED: NamespaceIdentifierType
pub const IEEE: NamespaceIdentifierType
pub const NSGUID: NamespaceIdentifierType
pub const NSUUID: NamespaceIdentifierType
pub const CSI: NamespaceIdentifierType
Trait Implementations§
Source§impl Clone for NamespaceIdentifierType
impl Clone for NamespaceIdentifierType
Source§fn clone(&self) -> NamespaceIdentifierType
fn clone(&self) -> NamespaceIdentifierType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NamespaceIdentifierType
impl Debug for NamespaceIdentifierType
Source§impl Hash for NamespaceIdentifierType
impl Hash for NamespaceIdentifierType
Source§impl Ord for NamespaceIdentifierType
impl Ord for NamespaceIdentifierType
Source§fn cmp(&self, other: &NamespaceIdentifierType) -> Ordering
fn cmp(&self, other: &NamespaceIdentifierType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NamespaceIdentifierType
impl PartialEq for NamespaceIdentifierType
Source§impl PartialOrd for NamespaceIdentifierType
impl PartialOrd for NamespaceIdentifierType
impl Copy for NamespaceIdentifierType
impl Eq for NamespaceIdentifierType
impl StructuralPartialEq for NamespaceIdentifierType
Auto Trait Implementations§
impl Freeze for NamespaceIdentifierType
impl RefUnwindSafe for NamespaceIdentifierType
impl Send for NamespaceIdentifierType
impl Sync for NamespaceIdentifierType
impl Unpin for NamespaceIdentifierType
impl UnwindSafe for NamespaceIdentifierType
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