#[repr(C)]pub struct zx_iob_discipline_t {
pub type: u64,
pub reserved: [u32; 16],
}
Fields§
§type: u64
§reserved: [u32; 16]
Trait Implementations§
Source§impl Clone for zx_iob_discipline_t
impl Clone for zx_iob_discipline_t
Source§fn clone(&self) -> zx_iob_discipline_t
fn clone(&self) -> zx_iob_discipline_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_iob_discipline_t
impl Debug for zx_iob_discipline_t
Source§impl Default for zx_iob_discipline_t
impl Default for zx_iob_discipline_t
Source§fn default() -> zx_iob_discipline_t
fn default() -> zx_iob_discipline_t
Returns the “default value” for a type. Read more
impl Copy for zx_iob_discipline_t
Auto Trait Implementations§
impl Freeze for zx_iob_discipline_t
impl RefUnwindSafe for zx_iob_discipline_t
impl Send for zx_iob_discipline_t
impl Sync for zx_iob_discipline_t
impl Unpin for zx_iob_discipline_t
impl UnwindSafe for zx_iob_discipline_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