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