pub struct MemoryGetZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }Expand description
Builder for MemoryGetZirconHandleInfoFUCHSIA with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn memory( self, value: DeviceMemory, ) -> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn handle_type( self, value: ExternalMemoryHandleTypeFlagBits, ) -> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>where
T: ExtendsMemoryGetZirconHandleInfoFUCHSIA,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> MemoryGetZirconHandleInfoFUCHSIABuilder<'a>where
T: ExtendsMemoryGetZirconHandleInfoFUCHSIA,
Prepend a struct to the pNext chain. See MemoryGetZirconHandleInfoFUCHSIA’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Deref for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
Source§type Target = MemoryGetZirconHandleInfoFUCHSIA
type Target = MemoryGetZirconHandleInfoFUCHSIA
The resulting type after dereferencing.
Source§impl<'a> DerefMut for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> DerefMut for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Sync for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Freeze for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Unpin for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnsafeUnpin for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for MemoryGetZirconHandleInfoFUCHSIABuilder<'a>
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