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