Struct uefi_raw::protocol::console::GraphicsPixelFormat   
source · #[repr(transparent)]pub struct GraphicsPixelFormat(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl GraphicsPixelFormat
 
impl GraphicsPixelFormat
pub const PIXEL_RED_GREEN_BLUE_RESERVED_8_BIT_PER_COLOR: GraphicsPixelFormat = _
pub const PIXEL_BLUE_GREEN_RED_RESERVED_8_BIT_PER_COLOR: GraphicsPixelFormat = _
pub const PIXEL_BIT_MASK: GraphicsPixelFormat = _
pub const PIXEL_BLT_ONLY: GraphicsPixelFormat = _
pub const PIXEL_FORMAT_MAX: GraphicsPixelFormat = _
Trait Implementations§
source§impl Clone for GraphicsPixelFormat
 
impl Clone for GraphicsPixelFormat
source§fn clone(&self) -> GraphicsPixelFormat
 
fn clone(&self) -> GraphicsPixelFormat
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 GraphicsPixelFormat
 
impl Debug for GraphicsPixelFormat
source§impl Default for GraphicsPixelFormat
 
impl Default for GraphicsPixelFormat
source§fn default() -> GraphicsPixelFormat
 
fn default() -> GraphicsPixelFormat
Returns the “default value” for a type. Read more
source§impl Hash for GraphicsPixelFormat
 
impl Hash for GraphicsPixelFormat
source§impl Ord for GraphicsPixelFormat
 
impl Ord for GraphicsPixelFormat
source§fn cmp(&self, other: &GraphicsPixelFormat) -> Ordering
 
fn cmp(&self, other: &GraphicsPixelFormat) -> 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 GraphicsPixelFormat
 
impl PartialEq for GraphicsPixelFormat
source§fn eq(&self, other: &GraphicsPixelFormat) -> bool
 
fn eq(&self, other: &GraphicsPixelFormat) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GraphicsPixelFormat
 
impl PartialOrd for GraphicsPixelFormat
source§fn partial_cmp(&self, other: &GraphicsPixelFormat) -> Option<Ordering>
 
fn partial_cmp(&self, other: &GraphicsPixelFormat) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for GraphicsPixelFormat
impl Eq for GraphicsPixelFormat
impl StructuralEq for GraphicsPixelFormat
impl StructuralPartialEq for GraphicsPixelFormat
Auto Trait Implementations§
impl RefUnwindSafe for GraphicsPixelFormat
impl Send for GraphicsPixelFormat
impl Sync for GraphicsPixelFormat
impl Unpin for GraphicsPixelFormat
impl UnwindSafe for GraphicsPixelFormat
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