#[repr(C)]pub struct zx_iob_region_t {
    pub type: zx_iob_region_type_t,
    pub access: zx_iob_access_t,
    pub size: u64,
    pub discipline: zx_iob_discipline_t,
    pub extension: zx_iob_region_extension_t,
}Fields§
§type: zx_iob_region_type_t§access: zx_iob_access_t§size: u64§discipline: zx_iob_discipline_t§extension: zx_iob_region_extension_tAuto Trait Implementations§
impl Freeze for zx_iob_region_t
impl RefUnwindSafe for zx_iob_region_t
impl Send for zx_iob_region_t
impl Sync for zx_iob_region_t
impl Unpin for zx_iob_region_t
impl UnwindSafe for zx_iob_region_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