#[repr(C)]pub struct zx_info_handle_basic {
pub koid: zx_koid_t,
pub rights: zx_rights_t,
pub type_: zx_obj_type_t,
pub related_koid: zx_koid_t,
pub reserved: u32,
pub padding1: [u8; 4],
}Fields§
§koid: zx_koid_t§rights: zx_rights_t§type_: zx_obj_type_t§reserved: u32§padding1: [u8; 4]Trait Implementations§
Source§impl Clone for zx_info_handle_basic
impl Clone for zx_info_handle_basic
Source§fn clone(&self) -> zx_info_handle_basic
fn clone(&self) -> zx_info_handle_basic
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 zx_info_handle_basic
impl Debug for zx_info_handle_basic
Source§impl Default for zx_info_handle_basic
impl Default for zx_info_handle_basic
Source§fn default() -> zx_info_handle_basic
fn default() -> zx_info_handle_basic
Returns the “default value” for a type. Read more
impl Copy for zx_info_handle_basic
Auto Trait Implementations§
impl Freeze for zx_info_handle_basic
impl RefUnwindSafe for zx_info_handle_basic
impl Send for zx_info_handle_basic
impl Sync for zx_info_handle_basic
impl Unpin for zx_info_handle_basic
impl UnwindSafe for zx_info_handle_basic
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