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