pub enum SubframeType {
Constant,
Verbatim,
Fixed,
Lpc,
}Expand description
A subframe’s type
Variants§
Constant
A constant subframe
Verbatim
A verbatim subframe
Fixed
A fixed subframe
Lpc
An LPC subframe
Trait Implementations§
Source§impl Clone for SubframeType
impl Clone for SubframeType
Source§fn clone(&self) -> SubframeType
fn clone(&self) -> SubframeType
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 moreSource§impl Debug for SubframeType
impl Debug for SubframeType
Source§impl Display for SubframeType
impl Display for SubframeType
Source§impl Hash for SubframeType
impl Hash for SubframeType
Source§impl Ord for SubframeType
impl Ord for SubframeType
Source§fn cmp(&self, other: &SubframeType) -> Ordering
fn cmp(&self, other: &SubframeType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SubframeType
impl PartialEq for SubframeType
Source§impl PartialOrd for SubframeType
impl PartialOrd for SubframeType
impl Copy for SubframeType
impl Eq for SubframeType
impl StructuralPartialEq for SubframeType
Auto Trait Implementations§
impl Freeze for SubframeType
impl RefUnwindSafe for SubframeType
impl Send for SubframeType
impl Sync for SubframeType
impl Unpin for SubframeType
impl UnwindSafe for SubframeType
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