#[repr(C)]pub struct DrmModeGetPlane {
pub plane_id: u32,
pub crtc_id: u32,
pub fb_id: u32,
pub possible_crtcs: u32,
pub gamma_size: u32,
/* private fields */
}
Fields§
§plane_id: u32
§crtc_id: u32
§fb_id: u32
§possible_crtcs: u32
§gamma_size: u32
Implementations§
Source§impl DrmModeGetPlane
impl DrmModeGetPlane
pub unsafe fn set_format_type_ptr(&mut self, ptr: *mut u32, len: u32)
pub fn clear_format_type_ptr(&mut self)
pub fn count_format_types(&self) -> u32
Trait Implementations§
Source§impl Debug for DrmModeGetPlane
impl Debug for DrmModeGetPlane
Source§impl Default for DrmModeGetPlane
The default value is the result of Self::zeroed
.
impl Default for DrmModeGetPlane
The default value is the result of Self::zeroed
.
Auto Trait Implementations§
impl Freeze for DrmModeGetPlane
impl RefUnwindSafe for DrmModeGetPlane
impl Send for DrmModeGetPlane
impl Sync for DrmModeGetPlane
impl Unpin for DrmModeGetPlane
impl UnwindSafe for DrmModeGetPlane
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