pub struct DataGraphPipelinePropertyQueryResultARMBuilder<'a> { /* private fields */ }Expand description
Builder for DataGraphPipelinePropertyQueryResultARM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> DataGraphPipelinePropertyQueryResultARMBuilder<'a>
pub fn property(self, value: DataGraphPipelinePropertyARM) -> Self
pub fn is_text(self, value: bool) -> Self
pub fn data_size(self, value: usize) -> Self
pub fn data(self, slice: &'a mut [c_void]) -> Self
Sourcepub fn push_next<T: ExtendsDataGraphPipelinePropertyQueryResultARM>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsDataGraphPipelinePropertyQueryResultARM>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See DataGraphPipelinePropertyQueryResultARM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> Deref for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> RefUnwindSafe for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> !Send for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> !Sync for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> Unpin for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> UnsafeUnpin for DataGraphPipelinePropertyQueryResultARMBuilder<'a>
impl<'a> UnwindSafe for DataGraphPipelinePropertyQueryResultARMBuilder<'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