#[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: u32Auto 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