#[repr(C)]pub struct MemoryZirconHandlePropertiesFUCHSIA {
pub sType: StructureType,
pub pNext: *mut c_void,
pub memoryTypeBits: u32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§memoryTypeBits: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryZirconHandlePropertiesFUCHSIA
impl RefUnwindSafe for MemoryZirconHandlePropertiesFUCHSIA
impl !Send for MemoryZirconHandlePropertiesFUCHSIA
impl !Sync for MemoryZirconHandlePropertiesFUCHSIA
impl Unpin for MemoryZirconHandlePropertiesFUCHSIA
impl UnwindSafe for MemoryZirconHandlePropertiesFUCHSIA
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