pub struct PushTaprioAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushTaprioAttrs<Prev>
impl<Prev: Rec> PushTaprioAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_priomap(self, value: PushTcMqprioQopt) -> Self
pub fn nested_sched_entry_list(self) -> PushTaprioSchedEntryList<Self>
pub fn push_sched_base_time(self, value: i64) -> Self
pub fn nested_sched_single_entry(self) -> PushTaprioSchedEntry<Self>
pub fn push_sched_clockid(self, value: i32) -> Self
pub fn push_pad(self, value: &[u8]) -> Self
pub fn push_admin_sched(self, value: &[u8]) -> Self
pub fn push_sched_cycle_time(self, value: i64) -> Self
pub fn push_sched_cycle_time_extension(self, value: i64) -> Self
pub fn push_flags(self, value: u32) -> Self
pub fn push_txtime_delay(self, value: u32) -> Self
pub fn nested_tc_entry(self) -> PushTaprioTcEntryAttrs<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushTaprioAttrs<Prev>
impl<Prev: Rec> Drop for PushTaprioAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushTaprioAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushTaprioAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushTaprioAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushTaprioAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushTaprioAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushTaprioAttrs<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