#[repr(C)]pub struct IdentifyNamespace {Show 40 fields
pub nsze: u64,
pub ncap: u64,
pub nuse: u64,
pub nsfeat: Nsfeat,
pub nlbaf: u8,
pub flbas: Flbas,
pub mc: u8,
pub dpc: u8,
pub dps: u8,
pub nmic: u8,
pub rescap: ReservationCapabilities,
pub fpi: u8,
pub dlfeat: u8,
pub nawun: u16,
pub nawupf: u16,
pub nacwu: u16,
pub nabsn: u16,
pub nabo: u16,
pub nabspf: u16,
pub noiob: u16,
pub nvmcap: U128<LE>,
pub npwg: u16,
pub npwa: u16,
pub npdg: u16,
pub npda: u16,
pub nows: u16,
pub mssrl: u16,
pub mcl: u32,
pub msrc: u8,
pub rsvd1: [u8; 11],
pub anagrpid: u32,
pub rsvd2: [u8; 3],
pub nsattr: u8,
pub nvmsetid: u16,
pub endgid: u16,
pub nguid: [u8; 16],
pub eui64: [u8; 8],
pub lbaf: [Lbaf; 16],
pub rsvd3: [u8; 192],
pub vs: [u8; 3712],
}Fields§
§nsze: u64§ncap: u64§nuse: u64§nsfeat: Nsfeat§nlbaf: u8Number of LBA formats. Zero based.
flbas: Flbas§mc: u8§dpc: u8§dps: u8§nmic: u8§rescap: ReservationCapabilities§fpi: u8§dlfeat: u8§nawun: u16§nawupf: u16§nacwu: u16§nabsn: u16§nabo: u16§nabspf: u16§noiob: u16§nvmcap: U128<LE>§npwg: u16§npwa: u16§npdg: u16§npda: u16§nows: u16§mssrl: u16§mcl: u32§msrc: u8§rsvd1: [u8; 11]§anagrpid: u32§rsvd2: [u8; 3]§nsattr: u8§nvmsetid: u16§endgid: u16§nguid: [u8; 16]§eui64: [u8; 8]§lbaf: [Lbaf; 16]§rsvd3: [u8; 192]§vs: [u8; 3712]Trait Implementations§
Source§impl Clone for IdentifyNamespace
impl Clone for IdentifyNamespace
Source§fn clone(&self) -> IdentifyNamespace
fn clone(&self) -> IdentifyNamespace
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 IdentifyNamespace
impl Debug for IdentifyNamespace
Source§impl FromBytes for IdentifyNamespacewhere
u64: FromBytes,
Nsfeat: FromBytes,
u8: FromBytes,
Flbas: FromBytes,
ReservationCapabilities: FromBytes,
u16: FromBytes,
U128<LE>: FromBytes,
u32: FromBytes,
[u8; 11]: FromBytes,
[u8; 3]: FromBytes,
[u8; 16]: FromBytes,
[u8; 8]: FromBytes,
[Lbaf; 16]: FromBytes,
[u8; 192]: FromBytes,
[u8; 3712]: FromBytes,
impl FromBytes for IdentifyNamespacewhere
u64: FromBytes,
Nsfeat: FromBytes,
u8: FromBytes,
Flbas: FromBytes,
ReservationCapabilities: FromBytes,
u16: FromBytes,
U128<LE>: FromBytes,
u32: FromBytes,
[u8; 11]: FromBytes,
[u8; 3]: FromBytes,
[u8; 16]: FromBytes,
[u8; 8]: FromBytes,
[Lbaf; 16]: FromBytes,
[u8; 192]: FromBytes,
[u8; 3712]: FromBytes,
§fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
fn ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout + Immutable,
§fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
fn ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: Immutable + KnownLayout,
Interprets the suffix of the given bytes as a
&Self. Read more§fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_bytes(
source: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
fn mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout,
§fn ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable,
fn mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize> + Immutable,
§fn mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
fn mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
§fn mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
fn mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>where
Self: IntoBytes + KnownLayout<PointerMetadata = usize>,
Source§impl FromZeros for IdentifyNamespacewhere
u64: FromZeros,
Nsfeat: FromZeros,
u8: FromZeros,
Flbas: FromZeros,
ReservationCapabilities: FromZeros,
u16: FromZeros,
U128<LE>: FromZeros,
u32: FromZeros,
[u8; 11]: FromZeros,
[u8; 3]: FromZeros,
[u8; 16]: FromZeros,
[u8; 8]: FromZeros,
[Lbaf; 16]: FromZeros,
[u8; 192]: FromZeros,
[u8; 3712]: FromZeros,
impl FromZeros for IdentifyNamespacewhere
u64: FromZeros,
Nsfeat: FromZeros,
u8: FromZeros,
Flbas: FromZeros,
ReservationCapabilities: FromZeros,
u16: FromZeros,
U128<LE>: FromZeros,
u32: FromZeros,
[u8; 11]: FromZeros,
[u8; 3]: FromZeros,
[u8; 16]: FromZeros,
[u8; 8]: FromZeros,
[Lbaf; 16]: FromZeros,
[u8; 192]: FromZeros,
[u8; 3712]: FromZeros,
§fn new_zeroed() -> Selfwhere
Self: Sized,
fn new_zeroed() -> Selfwhere
Self: Sized,
Creates an instance of
Self from zeroed bytes. Read more§fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
fn new_box_zeroed() -> Result<Box<Self>, AllocError>where
Self: Sized,
Creates a
Box<Self> from zeroed bytes. Read more§fn new_box_zeroed_with_elems(count: usize) -> Result<Box<Self>, AllocError>where
Self: KnownLayout<PointerMetadata = usize>,
fn new_box_zeroed_with_elems(count: usize) -> Result<Box<Self>, AllocError>where
Self: KnownLayout<PointerMetadata = usize>,
Creates a
Box<[Self]> (a boxed slice) from zeroed bytes. Read more§fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
fn new_vec_zeroed(len: usize) -> Result<Vec<Self>, AllocError>where
Self: Sized,
Creates a
Vec<Self> from zeroed bytes. Read moreSource§impl Inspect for IdentifyNamespace
impl Inspect for IdentifyNamespace
Source§impl IntoBytes for IdentifyNamespacewhere
u64: IntoBytes,
Nsfeat: IntoBytes,
u8: IntoBytes,
Flbas: IntoBytes,
ReservationCapabilities: IntoBytes,
u16: IntoBytes,
U128<LE>: IntoBytes,
u32: IntoBytes,
[u8; 11]: IntoBytes,
[u8; 3]: IntoBytes,
[u8; 16]: IntoBytes,
[u8; 8]: IntoBytes,
[Lbaf; 16]: IntoBytes,
[u8; 192]: IntoBytes,
[u8; 3712]: IntoBytes,
(): PaddingFree<Self, { _ }>,
impl IntoBytes for IdentifyNamespacewhere
u64: IntoBytes,
Nsfeat: IntoBytes,
u8: IntoBytes,
Flbas: IntoBytes,
ReservationCapabilities: IntoBytes,
u16: IntoBytes,
U128<LE>: IntoBytes,
u32: IntoBytes,
[u8; 11]: IntoBytes,
[u8; 3]: IntoBytes,
[u8; 16]: IntoBytes,
[u8; 8]: IntoBytes,
[Lbaf; 16]: IntoBytes,
[u8; 192]: IntoBytes,
[u8; 3712]: IntoBytes,
(): PaddingFree<Self, { _ }>,
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl KnownLayout for IdentifyNamespace
impl KnownLayout for IdentifyNamespace
Source§impl TryFromBytes for IdentifyNamespacewhere
u64: TryFromBytes,
Nsfeat: TryFromBytes,
u8: TryFromBytes,
Flbas: TryFromBytes,
ReservationCapabilities: TryFromBytes,
u16: TryFromBytes,
U128<LE>: TryFromBytes,
u32: TryFromBytes,
[u8; 11]: TryFromBytes,
[u8; 3]: TryFromBytes,
[u8; 16]: TryFromBytes,
[u8; 8]: TryFromBytes,
[Lbaf; 16]: TryFromBytes,
[u8; 192]: TryFromBytes,
[u8; 3712]: TryFromBytes,
impl TryFromBytes for IdentifyNamespacewhere
u64: TryFromBytes,
Nsfeat: TryFromBytes,
u8: TryFromBytes,
Flbas: TryFromBytes,
ReservationCapabilities: TryFromBytes,
u16: TryFromBytes,
U128<LE>: TryFromBytes,
u32: TryFromBytes,
[u8; 11]: TryFromBytes,
[u8; 3]: TryFromBytes,
[u8; 16]: TryFromBytes,
[u8; 8]: TryFromBytes,
[Lbaf; 16]: TryFromBytes,
[u8; 192]: TryFromBytes,
[u8; 3712]: TryFromBytes,
§fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_bytes(
source: &[u8],
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_prefix(
source: &[u8],
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
fn try_ref_from_suffix(
source: &[u8],
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout + Immutable,
§fn try_mut_from_bytes(
bytes: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
fn try_mut_from_bytes(
bytes: &mut [u8],
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
§fn try_mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
fn try_mut_from_prefix(
source: &mut [u8],
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
§fn try_mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
fn try_mut_from_suffix(
source: &mut [u8],
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout + IntoBytes,
§fn try_ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_bytes_with_elems(
source: &[u8],
count: usize,
) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
§fn try_ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_prefix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
Attempts to interpret the prefix of the given
source as a &Self with
a DST length equal to count. Read more§fn try_ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
fn try_ref_from_suffix_with_elems(
source: &[u8],
count: usize,
) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + Immutable,
Attempts to interpret the suffix of the given
source as a &Self with
a DST length equal to count. Read more§fn try_mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
fn try_mut_from_bytes_with_elems(
source: &mut [u8],
count: usize,
) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
§fn try_mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
fn try_mut_from_prefix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
Attempts to interpret the prefix of the given
source as a &mut Self
with a DST length equal to count. Read more§fn try_mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
fn try_mut_from_suffix_with_elems(
source: &mut [u8],
count: usize,
) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>where
Self: KnownLayout<PointerMetadata = usize> + IntoBytes,
Attempts to interpret the suffix of the given
source as a &mut Self
with a DST length equal to count. Read more§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Immutable for IdentifyNamespacewhere
u64: Immutable,
Nsfeat: Immutable,
u8: Immutable,
Flbas: Immutable,
ReservationCapabilities: Immutable,
u16: Immutable,
U128<LE>: Immutable,
u32: Immutable,
[u8; 11]: Immutable,
[u8; 3]: Immutable,
[u8; 16]: Immutable,
[u8; 8]: Immutable,
[Lbaf; 16]: Immutable,
[u8; 192]: Immutable,
[u8; 3712]: Immutable,
Auto Trait Implementations§
impl Freeze for IdentifyNamespace
impl RefUnwindSafe for IdentifyNamespace
impl Send for IdentifyNamespace
impl Sync for IdentifyNamespace
impl Unpin for IdentifyNamespace
impl UnsafeUnpin for IdentifyNamespace
impl UnwindSafe for IdentifyNamespace
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