#[repr(C)]pub struct evdi_mode {
pub width: c_int,
pub height: c_int,
pub refresh_rate: c_int,
pub bits_per_pixel: c_int,
pub pixel_format: c_uint,
}Fields§
§width: c_int§height: c_int§refresh_rate: c_int§bits_per_pixel: c_int§pixel_format: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for evdi_mode
impl RefUnwindSafe for evdi_mode
impl Send for evdi_mode
impl Sync for evdi_mode
impl Unpin for evdi_mode
impl UnwindSafe for evdi_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