pub struct DbgValueOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for an intr.dbg.value
operation.
Implementations§
source§impl<'c> DbgValueOperationBuilder<'c, Unset, Unset>
impl<'c> DbgValueOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> DbgValueOperationBuilder<'c, Unset, T1>
impl<'c, T1> DbgValueOperationBuilder<'c, Unset, T1>
pub fn value( self, value: Value<'c, '_> ) -> DbgValueOperationBuilder<'c, Set, T1>
source§impl<'c, T0> DbgValueOperationBuilder<'c, T0, Unset>
impl<'c, T0> DbgValueOperationBuilder<'c, T0, Unset>
pub fn var_info( self, var_info: Attribute<'c> ) -> DbgValueOperationBuilder<'c, T0, Set>
source§impl<'c> DbgValueOperationBuilder<'c, Set, Set>
impl<'c> DbgValueOperationBuilder<'c, Set, Set>
pub fn build(self) -> DbgValueOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for DbgValueOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for DbgValueOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for DbgValueOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for DbgValueOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for DbgValueOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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