Struct multiboot2::VBEInfoTag
source · #[repr(C)]pub struct VBEInfoTag {
pub mode: u16,
pub interface_segment: u16,
pub interface_offset: u16,
pub interface_length: u16,
pub control_info: VBEControlInfo,
pub mode_info: VBEModeInfo,
/* private fields */
}
Expand description
This tag contains VBE metadata, VBE controller information returned by the VBE Function 00h and VBE mode information returned by the VBE Function 01h.
Fields§
§mode: u16
Indicates current video mode in the format specified in VBE 3.0.
interface_segment: u16
Contain the segment of the table of a protected mode interface defined in VBE 2.0+.
If the information for a protected mode interface is not available this field is set to zero.
interface_offset: u16
Contain the segment offset of the table of a protected mode interface defined in VBE 2.0+.
If the information for a protected mode interface is not available this field is set to zero.
interface_length: u16
Contain the segment length of the table of a protected mode interface defined in VBE 2.0+.
If the information for a protected mode interface is not available this field is set to zero.
control_info: VBEControlInfo
Contains VBE controller information returned by the VBE Function 00h
.
mode_info: VBEModeInfo
Contains VBE mode information returned by the VBE Function 01h
.
Trait Implementations§
source§impl Clone for VBEInfoTag
impl Clone for VBEInfoTag
source§fn clone(&self) -> VBEInfoTag
fn clone(&self) -> VBEInfoTag
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VBEInfoTag
impl Debug for VBEInfoTag
source§impl Hash for VBEInfoTag
impl Hash for VBEInfoTag
source§impl Ord for VBEInfoTag
impl Ord for VBEInfoTag
source§impl PartialEq for VBEInfoTag
impl PartialEq for VBEInfoTag
source§impl PartialOrd for VBEInfoTag
impl PartialOrd for VBEInfoTag
impl Copy for VBEInfoTag
impl Eq for VBEInfoTag
impl StructuralEq for VBEInfoTag
impl StructuralPartialEq for VBEInfoTag
Auto Trait Implementations§
impl RefUnwindSafe for VBEInfoTag
impl Send for VBEInfoTag
impl Sync for VBEInfoTag
impl Unpin for VBEInfoTag
impl UnwindSafe for VBEInfoTag
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
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
source§impl<T> TagTrait for Twhere
T: Pointee<Metadata = ()>,
impl<T> TagTrait for Twhere
T: Pointee<Metadata = ()>,
source§fn dst_size(_: &Tag) -> <T as Pointee>::Metadata
fn dst_size(_: &Tag) -> <T as Pointee>::Metadata
source§unsafe fn from_base_tag<'a>(tag: &Tag) -> &'a Self
unsafe fn from_base_tag<'a>(tag: &Tag) -> &'a Self
Self::dst_size
implementation. Read more