#[repr(C)]pub struct zx_iob_region_t {
pub type: u32,
pub access: u32,
pub size: u64,
pub discipline: zx_iob_discipline_t,
pub extension: zx_iob_region_extension_t,
}
Fields§
§type: u32
§access: u32
§size: u64
§discipline: zx_iob_discipline_t
§extension: zx_iob_region_extension_t
Auto 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