#[repr(C)]pub struct drmModePlane { /* private fields */ }Trait Implementations§
Source§impl Default for drmModePlane
impl Default for drmModePlane
Source§fn default() -> drmModePlane
fn default() -> drmModePlane
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drmModePlane
impl RefUnwindSafe for drmModePlane
impl !Send for drmModePlane
impl !Sync for drmModePlane
impl Unpin for drmModePlane
impl UnwindSafe for drmModePlane
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