pub struct PushOpAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
nlctrl only.Implementations§
Source§impl<Prev: Rec> PushOpAttrs<Prev>
impl<Prev: Rec> PushOpAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_id(self, value: u32) -> Self
Sourcepub fn push_flags(self, value: u32) -> Self
pub fn push_flags(self, value: u32) -> Self
Associated type: “OpFlags” (1 bit per enumeration)
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpAttrs<Prev>
impl<Prev: Rec> Drop for PushOpAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpAttrs<Prev>where
Prev: 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