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