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