#[repr(transparent)]pub(crate) struct NamespaceIdx(pub(crate) u16);
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for NamespaceIdx
impl Clone for NamespaceIdx
Source§fn clone(&self) -> NamespaceIdx
fn clone(&self) -> NamespaceIdx
Returns a duplicate 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 NamespaceIdx
impl Debug for NamespaceIdx
impl Copy for NamespaceIdx
Auto Trait Implementations§
impl Freeze for NamespaceIdx
impl RefUnwindSafe for NamespaceIdx
impl Send for NamespaceIdx
impl Sync for NamespaceIdx
impl Unpin for NamespaceIdx
impl UnwindSafe for NamespaceIdx
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