pub struct PushActSampleAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushActSampleAttrs<Prev>
impl<Prev: Rec> PushActSampleAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_tm(self, value: PushTcfT) -> Self
pub fn push_parms(self, value: PushTcGact) -> Self
pub fn push_rate(self, value: u32) -> Self
pub fn push_trunc_size(self, value: u32) -> Self
pub fn push_psample_group(self, value: u32) -> Self
pub fn push_pad(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushActSampleAttrs<Prev>
impl<Prev: Rec> Drop for PushActSampleAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushActSampleAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushActSampleAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushActSampleAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushActSampleAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushActSampleAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushActSampleAttrs<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