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