pub enum TaprioSchedEntry {
Index(u32),
Cmd(u8),
GateMask(u32),
Interval(u32),
}Available on crate feature
tc only.Variants§
Implementations§
Source§impl TaprioSchedEntry
impl TaprioSchedEntry
pub fn new(buf: &[u8]) -> IterableTaprioSchedEntry<'_> ⓘ
Trait Implementations§
Source§impl Clone for TaprioSchedEntry
impl Clone for TaprioSchedEntry
Source§fn clone(&self) -> TaprioSchedEntry
fn clone(&self) -> TaprioSchedEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TaprioSchedEntry
impl RefUnwindSafe for TaprioSchedEntry
impl Send for TaprioSchedEntry
impl Sync for TaprioSchedEntry
impl Unpin for TaprioSchedEntry
impl UnwindSafe for TaprioSchedEntry
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