pub struct PushEtsAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushEtsAttrs<Prev>
impl<Prev: Rec> PushEtsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_nbands(self, value: u8) -> Self
pub fn push_nstrict(self, value: u8) -> Self
pub fn nested_quanta(self) -> PushEtsAttrs<Self>
Sourcepub fn push_quanta_band(self, value: u32) -> Self
pub fn push_quanta_band(self, value: u32) -> Self
Attribute may repeat multiple times (treat it as array)
pub fn nested_priomap(self) -> PushEtsAttrs<Self>
Sourcepub fn push_priomap_band(self, value: u8) -> Self
pub fn push_priomap_band(self, value: u8) -> Self
Attribute may repeat multiple times (treat it as array)
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushEtsAttrs<Prev>
impl<Prev: Rec> Drop for PushEtsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushEtsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushEtsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushEtsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushEtsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushEtsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushEtsAttrs<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