Struct linux_video_core::ExportBuffer
source · #[repr(C)]pub struct ExportBuffer { /* private fields */ }
Trait Implementations§
source§impl Clone for ExportBuffer
impl Clone for ExportBuffer
source§fn clone(&self) -> ExportBuffer
fn clone(&self) -> ExportBuffer
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 Debug for ExportBuffer
impl Debug for ExportBuffer
impl Copy for ExportBuffer
Auto Trait Implementations§
impl RefUnwindSafe for ExportBuffer
impl Send for ExportBuffer
impl Sync for ExportBuffer
impl Unpin for ExportBuffer
impl UnwindSafe for ExportBuffer
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