Struct vfio_sys::vfio::vfio_device_gfx_plane_info
source · #[repr(C)]pub struct vfio_device_gfx_plane_info {Show 14 fields
pub argsz: u32,
pub flags: u32,
pub drm_plane_type: u32,
pub drm_format: u32,
pub drm_format_mod: u64,
pub width: u32,
pub height: u32,
pub stride: u32,
pub size: u32,
pub x_pos: u32,
pub y_pos: u32,
pub x_hot: u32,
pub y_hot: u32,
pub __bindgen_anon_1: vfio_device_gfx_plane_info__bindgen_ty_1,
}
Fields§
§argsz: u32
§flags: u32
§drm_plane_type: u32
§drm_format: u32
§drm_format_mod: u64
§width: u32
§height: u32
§stride: u32
§size: u32
§x_pos: u32
§y_pos: u32
§x_hot: u32
§y_hot: u32
§__bindgen_anon_1: vfio_device_gfx_plane_info__bindgen_ty_1
Trait Implementations§
source§impl Clone for vfio_device_gfx_plane_info
impl Clone for vfio_device_gfx_plane_info
source§fn clone(&self) -> vfio_device_gfx_plane_info
fn clone(&self) -> vfio_device_gfx_plane_info
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 Default for vfio_device_gfx_plane_info
impl Default for vfio_device_gfx_plane_info
impl Copy for vfio_device_gfx_plane_info
Auto Trait Implementations§
impl RefUnwindSafe for vfio_device_gfx_plane_info
impl Send for vfio_device_gfx_plane_info
impl Sync for vfio_device_gfx_plane_info
impl Unpin for vfio_device_gfx_plane_info
impl UnwindSafe for vfio_device_gfx_plane_info
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