#[repr(C)]pub struct _drmModeAtomicReq {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for _drmModeAtomicReq
impl Clone for _drmModeAtomicReq
Source§fn clone(&self) -> _drmModeAtomicReq
fn clone(&self) -> _drmModeAtomicReq
Returns a duplicate 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 _drmModeAtomicReq
impl Debug for _drmModeAtomicReq
impl Copy for _drmModeAtomicReq
Auto Trait Implementations§
impl Freeze for _drmModeAtomicReq
impl RefUnwindSafe for _drmModeAtomicReq
impl Send for _drmModeAtomicReq
impl Sync for _drmModeAtomicReq
impl Unpin for _drmModeAtomicReq
impl UnwindSafe for _drmModeAtomicReq
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