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