#[repr(C)]pub struct zx_iob_region_shared_t {
pub options: u32,
pub shared_region: u32,
pub padding: [PadByte; 24],
}
Fields§
§options: u32
§padding: [PadByte; 24]
Trait Implementations§
Source§fn clone(&self) -> zx_iob_region_shared_t
fn clone(&self) -> zx_iob_region_shared_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 moreAuto Trait Implementations§
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