Struct zx::ProcessHandleStats
source · #[repr(C)]pub struct ProcessHandleStats {
pub handle_count: [u32; 64],
}
Fields§
§handle_count: [u32; 64]
Trait Implementations§
source§impl Clone for ProcessHandleStats
impl Clone for ProcessHandleStats
source§fn clone(&self) -> ProcessHandleStats
fn clone(&self) -> ProcessHandleStats
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 ProcessHandleStats
impl Debug for ProcessHandleStats
source§impl Default for ProcessHandleStats
impl Default for ProcessHandleStats
source§impl FromBytes for ProcessHandleStats
impl FromBytes for ProcessHandleStats
source§impl FromZeros for ProcessHandleStats
impl FromZeros for ProcessHandleStats
source§impl PartialEq for ProcessHandleStats
impl PartialEq for ProcessHandleStats
source§fn eq(&self, other: &ProcessHandleStats) -> bool
fn eq(&self, other: &ProcessHandleStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFromBytes for ProcessHandleStats
impl TryFromBytes for ProcessHandleStats
§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 ProcessHandleStats
impl Eq for ProcessHandleStats
impl Immutable for ProcessHandleStats
impl StructuralPartialEq for ProcessHandleStats
Auto Trait Implementations§
impl Freeze for ProcessHandleStats
impl RefUnwindSafe for ProcessHandleStats
impl Send for ProcessHandleStats
impl Sync for ProcessHandleStats
impl Unpin for ProcessHandleStats
impl UnwindSafe for ProcessHandleStats
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
)