Struct Fthlv
#[repr(transparent)]pub struct Fthlv(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Fthlv
impl Fthlv
pub const ONEFRAME: Self
pub const ONEFRAME: Self
1 frame
pub const TWOFRAMES: Self
pub const TWOFRAMES: Self
2 frames
pub const THREEFRAMES: Self
pub const THREEFRAMES: Self
3 frames
pub const FOURFRAMES: Self
pub const FOURFRAMES: Self
4 frames
pub const FIVEFRAMES: Self
pub const FIVEFRAMES: Self
5 frames
pub const SIXFRAMES: Self
pub const SIXFRAMES: Self
6 frames
pub const SEVENFRAMES: Self
pub const SEVENFRAMES: Self
7 frames
pub const EIGHTFRAMES: Self
pub const EIGHTFRAMES: Self
8 frames
pub const NINEFRAMES: Self
pub const NINEFRAMES: Self
9 frames
pub const TENFRAMES: Self
pub const TENFRAMES: Self
10 frames
pub const ELEVENFRAMES: Self
pub const ELEVENFRAMES: Self
11 frames
pub const TWELVEFRAMES: Self
pub const TWELVEFRAMES: Self
12 frames
pub const THIRTEENFRAMES: Self
pub const THIRTEENFRAMES: Self
13 frames
pub const FOURTEENFRAMES: Self
pub const FOURTEENFRAMES: Self
14 frames
pub const FIFTEENFRAMES: Self
pub const FIFTEENFRAMES: Self
15 frames
pub const SIXTEENFRAMES: Self
pub const SIXTEENFRAMES: Self
16 frames
Trait Implementations§
§impl Ord for Fthlv
impl Ord for Fthlv
§impl PartialOrd for Fthlv
impl PartialOrd for Fthlv
impl Copy for Fthlv
impl Eq for Fthlv
impl StructuralPartialEq for Fthlv
Auto Trait Implementations§
impl Freeze for Fthlv
impl RefUnwindSafe for Fthlv
impl Send for Fthlv
impl Sync for Fthlv
impl Unpin for Fthlv
impl UnwindSafe for Fthlv
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