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