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