Struct uefi_raw::protocol::console::GraphicsOutputProtocolMode   
source · #[repr(C)]pub struct GraphicsOutputProtocolMode {
    pub max_mode: u32,
    pub mode: u32,
    pub info: *mut GraphicsOutputModeInformation,
    pub size_of_info: usize,
    pub frame_buffer_base: PhysicalAddress,
    pub frame_buffer_size: usize,
}Fields§
§max_mode: u32§mode: u32§info: *mut GraphicsOutputModeInformation§size_of_info: usize§frame_buffer_base: PhysicalAddress§frame_buffer_size: usizeTrait Implementations§
source§impl Clone for GraphicsOutputProtocolMode
 
impl Clone for GraphicsOutputProtocolMode
source§fn clone(&self) -> GraphicsOutputProtocolMode
 
fn clone(&self) -> GraphicsOutputProtocolMode
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 GraphicsOutputProtocolMode
 
impl Debug for GraphicsOutputProtocolMode
source§impl Default for GraphicsOutputProtocolMode
 
impl Default for GraphicsOutputProtocolMode
source§impl Hash for GraphicsOutputProtocolMode
 
impl Hash for GraphicsOutputProtocolMode
source§impl Ord for GraphicsOutputProtocolMode
 
impl Ord for GraphicsOutputProtocolMode
source§fn cmp(&self, other: &GraphicsOutputProtocolMode) -> Ordering
 
fn cmp(&self, other: &GraphicsOutputProtocolMode) -> 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 GraphicsOutputProtocolMode
 
impl PartialEq for GraphicsOutputProtocolMode
source§fn eq(&self, other: &GraphicsOutputProtocolMode) -> bool
 
fn eq(&self, other: &GraphicsOutputProtocolMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GraphicsOutputProtocolMode
 
impl PartialOrd for GraphicsOutputProtocolMode
source§fn partial_cmp(&self, other: &GraphicsOutputProtocolMode) -> Option<Ordering>
 
fn partial_cmp(&self, other: &GraphicsOutputProtocolMode) -> 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 GraphicsOutputProtocolMode
impl Eq for GraphicsOutputProtocolMode
impl StructuralEq for GraphicsOutputProtocolMode
impl StructuralPartialEq for GraphicsOutputProtocolMode
Auto Trait Implementations§
impl RefUnwindSafe for GraphicsOutputProtocolMode
impl !Send for GraphicsOutputProtocolMode
impl !Sync for GraphicsOutputProtocolMode
impl Unpin for GraphicsOutputProtocolMode
impl UnwindSafe for GraphicsOutputProtocolMode
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