Struct zx::sys::zx_info_handle_count_t
source · #[repr(C)]pub struct zx_info_handle_count_t {
pub handle_count: u32,
}
Fields§
§handle_count: u32
Trait Implementations§
source§impl Clone for zx_info_handle_count_t
impl Clone for zx_info_handle_count_t
source§fn clone(&self) -> zx_info_handle_count_t
fn clone(&self) -> zx_info_handle_count_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 Debug for zx_info_handle_count_t
impl Debug for zx_info_handle_count_t
source§impl Default for zx_info_handle_count_t
impl Default for zx_info_handle_count_t
source§fn default() -> zx_info_handle_count_t
fn default() -> zx_info_handle_count_t
Returns the “default value” for a type. Read more
source§impl From<zx_info_handle_count_t> for HandleCountInfo
impl From<zx_info_handle_count_t> for HandleCountInfo
source§fn from(_: zx_info_handle_count_t) -> Self
fn from(_: zx_info_handle_count_t) -> Self
Converts to this type from the input type.
source§impl FromBytes for zx_info_handle_count_twhere
u32: FromBytes,
impl FromBytes for zx_info_handle_count_twhere
u32: FromBytes,
source§impl FromZeros for zx_info_handle_count_twhere
u32: FromZeros,
impl FromZeros for zx_info_handle_count_twhere
u32: FromZeros,
source§impl PartialEq for zx_info_handle_count_t
impl PartialEq for zx_info_handle_count_t
source§fn eq(&self, other: &zx_info_handle_count_t) -> bool
fn eq(&self, other: &zx_info_handle_count_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFromBytes for zx_info_handle_count_twhere
u32: TryFromBytes,
impl TryFromBytes for zx_info_handle_count_twhere
u32: 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_handle_count_t
impl Eq for zx_info_handle_count_t
impl Immutable for zx_info_handle_count_twhere
u32: Immutable,
impl StructuralPartialEq for zx_info_handle_count_t
Auto Trait Implementations§
impl Freeze for zx_info_handle_count_t
impl RefUnwindSafe for zx_info_handle_count_t
impl Send for zx_info_handle_count_t
impl Sync for zx_info_handle_count_t
impl Unpin for zx_info_handle_count_t
impl UnwindSafe for zx_info_handle_count_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
)