#[repr(u16)]pub enum FrameVersion {
V2003 = 0,
V2006 = 4_096,
V2015 = 8_192,
}
Variants§
Implementations§
Source§impl FrameVersion
impl FrameVersion
pub fn from_fcf(fcf: u16) -> Option<FrameVersion>
Trait Implementations§
Source§impl Clone for FrameVersion
impl Clone for FrameVersion
Source§fn clone(&self) -> FrameVersion
fn clone(&self) -> FrameVersion
Returns a copy 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 FrameVersion
impl Debug for FrameVersion
Source§impl PartialEq for FrameVersion
impl PartialEq for FrameVersion
impl Copy for FrameVersion
impl Eq for FrameVersion
impl StructuralPartialEq for FrameVersion
Auto Trait Implementations§
impl Freeze for FrameVersion
impl RefUnwindSafe for FrameVersion
impl Send for FrameVersion
impl Sync for FrameVersion
impl Unpin for FrameVersion
impl UnwindSafe for FrameVersion
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