Struct zx_types::zx_info_maps_t
source · #[repr(C)]pub struct zx_info_maps_t {
pub name: [u8; 32],
pub base: zx_vaddr_t,
pub size: usize,
pub depth: usize,
pub type: zx_info_maps_type_t,
pub u: InfoMapsTypeUnion,
}
Fields§
§name: [u8; 32]
§base: zx_vaddr_t
§size: usize
§depth: usize
§type: zx_info_maps_type_t
§u: InfoMapsTypeUnion
Trait Implementations§
source§impl Clone for zx_info_maps_t
impl Clone for zx_info_maps_t
source§fn clone(&self) -> zx_info_maps_t
fn clone(&self) -> zx_info_maps_t
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 FromBytes for zx_info_maps_twhere
[u8; 32]: FromBytes,
zx_vaddr_t: FromBytes,
usize: FromBytes,
zx_info_maps_type_t: FromBytes,
InfoMapsTypeUnion: FromBytes,
impl FromBytes for zx_info_maps_twhere
[u8; 32]: FromBytes,
zx_vaddr_t: FromBytes,
usize: FromBytes,
zx_info_maps_type_t: FromBytes,
InfoMapsTypeUnion: FromBytes,
source§impl FromZeros for zx_info_maps_twhere
[u8; 32]: FromZeros,
zx_vaddr_t: FromZeros,
usize: FromZeros,
zx_info_maps_type_t: FromZeros,
InfoMapsTypeUnion: FromZeros,
impl FromZeros for zx_info_maps_twhere
[u8; 32]: FromZeros,
zx_vaddr_t: FromZeros,
usize: FromZeros,
zx_info_maps_type_t: FromZeros,
InfoMapsTypeUnion: FromZeros,
source§impl TryFromBytes for zx_info_maps_twhere
[u8; 32]: TryFromBytes,
zx_vaddr_t: TryFromBytes,
usize: TryFromBytes,
zx_info_maps_type_t: TryFromBytes,
InfoMapsTypeUnion: TryFromBytes,
impl TryFromBytes for zx_info_maps_twhere
[u8; 32]: TryFromBytes,
zx_vaddr_t: TryFromBytes,
usize: TryFromBytes,
zx_info_maps_type_t: TryFromBytes,
InfoMapsTypeUnion: TryFromBytes,
§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 Copy for zx_info_maps_t
impl Immutable for zx_info_maps_twhere
[u8; 32]: Immutable,
zx_vaddr_t: Immutable,
usize: Immutable,
zx_info_maps_type_t: Immutable,
InfoMapsTypeUnion: Immutable,
Auto Trait Implementations§
impl Freeze for zx_info_maps_t
impl RefUnwindSafe for zx_info_maps_t
impl Send for zx_info_maps_t
impl Sync for zx_info_maps_t
impl Unpin for zx_info_maps_t
impl UnwindSafe for zx_info_maps_t
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)