#[repr(C)]
pub enum vid_display_mode_generic_t {
DM_320x240 = 4_096,
DM_640x480 = 4097,
DM_256x256 = 4098,
DM_768x480 = 4099,
DM_768x576 = 4100,
DM_MULTIBUFFER = 4101,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.