Struct uefi_raw::protocol::console::GraphicsOutputBltPixel
source · #[repr(C)]pub struct GraphicsOutputBltPixel {
pub blue: u8,
pub green: u8,
pub red: u8,
pub reserved: u8,
}Fields§
§blue: u8§green: u8§red: u8§reserved: u8Trait Implementations§
source§impl Clone for GraphicsOutputBltPixel
impl Clone for GraphicsOutputBltPixel
source§fn clone(&self) -> GraphicsOutputBltPixel
fn clone(&self) -> GraphicsOutputBltPixel
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 GraphicsOutputBltPixel
impl Debug for GraphicsOutputBltPixel
source§impl Default for GraphicsOutputBltPixel
impl Default for GraphicsOutputBltPixel
source§fn default() -> GraphicsOutputBltPixel
fn default() -> GraphicsOutputBltPixel
Returns the “default value” for a type. Read more
source§impl Hash for GraphicsOutputBltPixel
impl Hash for GraphicsOutputBltPixel
source§impl Ord for GraphicsOutputBltPixel
impl Ord for GraphicsOutputBltPixel
source§fn cmp(&self, other: &GraphicsOutputBltPixel) -> Ordering
fn cmp(&self, other: &GraphicsOutputBltPixel) -> 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 GraphicsOutputBltPixel
impl PartialEq for GraphicsOutputBltPixel
source§fn eq(&self, other: &GraphicsOutputBltPixel) -> bool
fn eq(&self, other: &GraphicsOutputBltPixel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GraphicsOutputBltPixel
impl PartialOrd for GraphicsOutputBltPixel
source§fn partial_cmp(&self, other: &GraphicsOutputBltPixel) -> Option<Ordering>
fn partial_cmp(&self, other: &GraphicsOutputBltPixel) -> 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 GraphicsOutputBltPixel
impl Eq for GraphicsOutputBltPixel
impl StructuralEq for GraphicsOutputBltPixel
impl StructuralPartialEq for GraphicsOutputBltPixel
Auto Trait Implementations§
impl RefUnwindSafe for GraphicsOutputBltPixel
impl Send for GraphicsOutputBltPixel
impl Sync for GraphicsOutputBltPixel
impl Unpin for GraphicsOutputBltPixel
impl UnwindSafe for GraphicsOutputBltPixel
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