#[repr(u32)]pub enum ConsoleHeaderTagFlags {
ConsoleRequired = 0,
EgaTextSupported = 1,
}
Expand description
Possible flags for ConsoleHeaderTag
.
Variants§
Trait Implementations§
Source§impl Clone for ConsoleHeaderTagFlags
impl Clone for ConsoleHeaderTagFlags
Source§fn clone(&self) -> ConsoleHeaderTagFlags
fn clone(&self) -> ConsoleHeaderTagFlags
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 ConsoleHeaderTagFlags
impl Debug for ConsoleHeaderTagFlags
Source§impl Hash for ConsoleHeaderTagFlags
impl Hash for ConsoleHeaderTagFlags
Source§impl Ord for ConsoleHeaderTagFlags
impl Ord for ConsoleHeaderTagFlags
Source§fn cmp(&self, other: &ConsoleHeaderTagFlags) -> Ordering
fn cmp(&self, other: &ConsoleHeaderTagFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConsoleHeaderTagFlags
impl PartialEq for ConsoleHeaderTagFlags
Source§impl PartialOrd for ConsoleHeaderTagFlags
impl PartialOrd for ConsoleHeaderTagFlags
impl Copy for ConsoleHeaderTagFlags
impl Eq for ConsoleHeaderTagFlags
impl StructuralPartialEq for ConsoleHeaderTagFlags
Auto Trait Implementations§
impl Freeze for ConsoleHeaderTagFlags
impl RefUnwindSafe for ConsoleHeaderTagFlags
impl Send for ConsoleHeaderTagFlags
impl Sync for ConsoleHeaderTagFlags
impl Unpin for ConsoleHeaderTagFlags
impl UnwindSafe for ConsoleHeaderTagFlags
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