#[repr(C)]pub struct gs_display_mode {
pub width: u32,
pub height: u32,
pub bits: u32,
pub freq: u32,
}Fields§
§width: u32§height: u32§bits: u32§freq: u32Trait Implementations§
Source§impl Clone for gs_display_mode
impl Clone for gs_display_mode
Source§fn clone(&self) -> gs_display_mode
fn clone(&self) -> gs_display_mode
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 gs_display_mode
impl Debug for gs_display_mode
Source§impl Default for gs_display_mode
impl Default for gs_display_mode
Source§fn default() -> gs_display_mode
fn default() -> gs_display_mode
Returns the “default value” for a type. Read more
impl Copy for gs_display_mode
Auto Trait Implementations§
impl Freeze for gs_display_mode
impl RefUnwindSafe for gs_display_mode
impl Send for gs_display_mode
impl Sync for gs_display_mode
impl Unpin for gs_display_mode
impl UnwindSafe for gs_display_mode
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