#[repr(u8)]pub enum Lvrm {
LVRM_0 = 0,
LVRM_1 = 1,
LVRM_2 = 2,
LVRM_3 = 3,
LVRM_4 = 4,
LVRM_5 = 5,
LVRM_6 = 6,
_RESERVED_7 = 7,
}Variants§
LVRM_0 = 0
512 x 384.
LVRM_1 = 1
448 x 336.
LVRM_2 = 2
384 x 288.
LVRM_3 = 3
384 x 256.
LVRM_4 = 4
320 x 240.
LVRM_5 = 5
288 x 216.
LVRM_6 = 6
400 x 300.
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Lvrm
impl Ord for Lvrm
Source§impl PartialOrd for Lvrm
impl PartialOrd for Lvrm
impl Copy for Lvrm
impl Eq for Lvrm
impl StructuralPartialEq for Lvrm
Auto Trait Implementations§
impl Freeze for Lvrm
impl RefUnwindSafe for Lvrm
impl Send for Lvrm
impl Sync for Lvrm
impl Unpin for Lvrm
impl UnwindSafe for Lvrm
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