Struct vfio_sys::vfio::vfio_region_gfx_edid
source · #[repr(C)]pub struct vfio_region_gfx_edid {
pub edid_offset: u32,
pub edid_max_size: u32,
pub edid_size: u32,
pub max_xres: u32,
pub max_yres: u32,
pub link_state: u32,
}
Fields§
§edid_offset: u32
§edid_max_size: u32
§edid_size: u32
§max_xres: u32
§max_yres: u32
§link_state: u32
Trait Implementations§
source§impl Clone for vfio_region_gfx_edid
impl Clone for vfio_region_gfx_edid
source§fn clone(&self) -> vfio_region_gfx_edid
fn clone(&self) -> vfio_region_gfx_edid
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for vfio_region_gfx_edid
impl Debug for vfio_region_gfx_edid
source§impl Default for vfio_region_gfx_edid
impl Default for vfio_region_gfx_edid
source§fn default() -> vfio_region_gfx_edid
fn default() -> vfio_region_gfx_edid
Returns the “default value” for a type. Read more
impl Copy for vfio_region_gfx_edid
Auto Trait Implementations§
impl RefUnwindSafe for vfio_region_gfx_edid
impl Send for vfio_region_gfx_edid
impl Sync for vfio_region_gfx_edid
impl Unpin for vfio_region_gfx_edid
impl UnwindSafe for vfio_region_gfx_edid
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