#[repr(u8)]pub enum VBEMemoryModel {
Text = 0,
CGAGraphics = 1,
HerculesGraphics = 2,
Planar = 3,
PackedPixel = 4,
Unchained = 5,
DirectColor = 6,
YUV = 7,
}
Expand description
The MemoryModel field specifies the general type of memory organization used in modes.
Variants§
Text = 0
CGAGraphics = 1
HerculesGraphics = 2
Planar = 3
PackedPixel = 4
Unchained = 5
DirectColor = 6
YUV = 7
Trait Implementations§
Source§impl Clone for VBEMemoryModel
impl Clone for VBEMemoryModel
Source§fn clone(&self) -> VBEMemoryModel
fn clone(&self) -> VBEMemoryModel
Returns a copy 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 VBEMemoryModel
impl Debug for VBEMemoryModel
Source§impl Default for VBEMemoryModel
impl Default for VBEMemoryModel
Source§fn default() -> VBEMemoryModel
fn default() -> VBEMemoryModel
Returns the “default value” for a type. Read more
Source§impl Hash for VBEMemoryModel
impl Hash for VBEMemoryModel
Source§impl Ord for VBEMemoryModel
impl Ord for VBEMemoryModel
Source§impl PartialEq for VBEMemoryModel
impl PartialEq for VBEMemoryModel
Source§impl PartialOrd for VBEMemoryModel
impl PartialOrd for VBEMemoryModel
Source§fn partial_cmp(&self, other: &VBEMemoryModel) -> Option<Ordering>
fn partial_cmp(&self, other: &VBEMemoryModel) -> Option<Ordering>
impl Copy for VBEMemoryModel
impl Eq for VBEMemoryModel
impl StructuralPartialEq for VBEMemoryModel
Auto Trait Implementations§
impl Freeze for VBEMemoryModel
impl RefUnwindSafe for VBEMemoryModel
impl Send for VBEMemoryModel
impl Sync for VBEMemoryModel
impl Unpin for VBEMemoryModel
impl UnwindSafe for VBEMemoryModel
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, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)