pub struct SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }Expand description
Builder for SemaphoreGetZirconHandleInfoFUCHSIA with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
pub fn semaphore(self, value: Semaphore) -> Self
pub fn handle_type(self, value: ExternalSemaphoreHandleTypeFlagBits) -> Self
Sourcepub fn push_next<T: ExtendsSemaphoreGetZirconHandleInfoFUCHSIA>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsSemaphoreGetZirconHandleInfoFUCHSIA>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See SemaphoreGetZirconHandleInfoFUCHSIA’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Deref for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> !Sync for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Freeze for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> RefUnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> Unpin for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnsafeUnpin for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> UnwindSafe for SemaphoreGetZirconHandleInfoFUCHSIABuilder<'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