#[repr(u32)]pub enum FormatLayout {
U8 = 5_121,
U16 = 5_123,
U32 = 5_125,
I8 = 5_120,
I16 = 5_122,
I32 = 5_124,
F16 = 5_131,
F32 = 5_126,
U24U8 = 34_042,
F32U8 = 36_269,
}
Variants§
U8 = 5_121
U16 = 5_123
U32 = 5_125
I8 = 5_120
I16 = 5_122
I32 = 5_124
F16 = 5_131
F32 = 5_126
U24U8 = 34_042
F32U8 = 36_269
Trait Implementations§
Source§impl Clone for FormatLayout
impl Clone for FormatLayout
Source§fn clone(&self) -> FormatLayout
fn clone(&self) -> FormatLayout
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 FormatLayout
impl Debug for FormatLayout
Source§impl PartialEq for FormatLayout
impl PartialEq for FormatLayout
impl Copy for FormatLayout
impl Eq for FormatLayout
impl StructuralPartialEq for FormatLayout
Auto Trait Implementations§
impl Freeze for FormatLayout
impl RefUnwindSafe for FormatLayout
impl Send for FormatLayout
impl Sync for FormatLayout
impl Unpin for FormatLayout
impl UnwindSafe for FormatLayout
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