pub enum RedAttrs<'a> {
Parms(PushTcRedQopt),
Stab(&'a [u8]),
MaxP(u32),
Flags(PushBuiltinBitfield32),
EarlyDropBlock(u32),
MarkBlock(u32),
}Available on crate feature
tc only.Variants§
Parms(PushTcRedQopt)
Stab(&'a [u8])
MaxP(u32)
Flags(PushBuiltinBitfield32)
EarlyDropBlock(u32)
MarkBlock(u32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RedAttrs<'a>
impl<'a> RefUnwindSafe for RedAttrs<'a>
impl<'a> Send for RedAttrs<'a>
impl<'a> Sync for RedAttrs<'a>
impl<'a> Unpin for RedAttrs<'a>
impl<'a> UnwindSafe for RedAttrs<'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