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