pub struct PushRedAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushRedAttrs<Prev>
impl<Prev: Rec> PushRedAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_parms(self, value: PushTcRedQopt) -> Self
pub fn push_stab(self, value: &[u8]) -> Self
pub fn push_max_p(self, value: u32) -> Self
pub fn push_flags(self, value: PushBuiltinBitfield32) -> Self
pub fn push_early_drop_block(self, value: u32) -> Self
pub fn push_mark_block(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushRedAttrs<Prev>
impl<Prev: Rec> Drop for PushRedAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushRedAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushRedAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushRedAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushRedAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushRedAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushRedAttrs<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