pub struct NativeBufferPropertiesOHOSBuilder<'a> { /* private fields */ }Expand description
Builder for NativeBufferPropertiesOHOS with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> NativeBufferPropertiesOHOSBuilder<'a>
pub fn allocation_size(self, value: u64) -> Self
pub fn memory_type_bits(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> Deref for NativeBufferPropertiesOHOSBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> RefUnwindSafe for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> !Send for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> !Sync for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> Unpin for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> UnsafeUnpin for NativeBufferPropertiesOHOSBuilder<'a>
impl<'a> UnwindSafe for NativeBufferPropertiesOHOSBuilder<'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