#[repr(u32)]pub enum Enum_VPos {
F = 9,
F0 = 12,
FDIF = 10,
G = 27,
HC = 70,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Enum_VPos
impl RefUnwindSafe for Enum_VPos
impl Send for Enum_VPos
impl Sync for Enum_VPos
impl Unpin for Enum_VPos
impl UnwindSafe for Enum_VPos
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