#[repr(C)]pub struct GopModeInfo {
pub version: u32,
pub horizontal_resolution: u32,
pub vertical_resolution: u32,
pub pixel_format: GopPixelFormat,
pub pixel_information: [u32; 4],
pub pixels_per_scan_line: u32,
}Expand description
GOP Mode Info
Fields§
§version: u32§horizontal_resolution: u32§vertical_resolution: u32§pixel_format: GopPixelFormat§pixel_information: [u32; 4]§pixels_per_scan_line: u32Trait Implementations§
Source§impl Clone for GopModeInfo
impl Clone for GopModeInfo
Source§fn clone(&self) -> GopModeInfo
fn clone(&self) -> GopModeInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GopModeInfo
impl Debug for GopModeInfo
impl Copy for GopModeInfo
Auto Trait Implementations§
impl Freeze for GopModeInfo
impl RefUnwindSafe for GopModeInfo
impl Send for GopModeInfo
impl Sync for GopModeInfo
impl Unpin for GopModeInfo
impl UnwindSafe for GopModeInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)