#[repr(u32)]pub enum FONT_MENU_FLAGS {
FM_SHOW_SIZE = 1,
}Variants§
FM_SHOW_SIZE = 1
Trait Implementations§
Source§impl Clone for FONT_MENU_FLAGS
impl Clone for FONT_MENU_FLAGS
Source§fn clone(&self) -> FONT_MENU_FLAGS
fn clone(&self) -> FONT_MENU_FLAGS
Returns a duplicate 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 FONT_MENU_FLAGS
impl Debug for FONT_MENU_FLAGS
Source§impl Hash for FONT_MENU_FLAGS
impl Hash for FONT_MENU_FLAGS
Source§impl PartialEq for FONT_MENU_FLAGS
impl PartialEq for FONT_MENU_FLAGS
impl Copy for FONT_MENU_FLAGS
impl Eq for FONT_MENU_FLAGS
impl StructuralPartialEq for FONT_MENU_FLAGS
Auto Trait Implementations§
impl Freeze for FONT_MENU_FLAGS
impl RefUnwindSafe for FONT_MENU_FLAGS
impl Send for FONT_MENU_FLAGS
impl Sync for FONT_MENU_FLAGS
impl Unpin for FONT_MENU_FLAGS
impl UnwindSafe for FONT_MENU_FLAGS
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