#[repr(C)]
pub union zx_iob_region_extension_t {
pub private_region: zx_iob_region_private_t,
pub max_extension: [u8; 32],
}
Fields§
§private_region: zx_iob_region_private_t
§max_extension: [u8; 32]
Auto Trait Implementations§
impl Freeze for zx_iob_region_extension_t
impl RefUnwindSafe for zx_iob_region_extension_t
impl Send for zx_iob_region_extension_t
impl Sync for zx_iob_region_extension_t
impl Unpin for zx_iob_region_extension_t
impl UnwindSafe for zx_iob_region_extension_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