Struct v4l::video::output::parameters::Parameters
source · pub struct Parameters {
pub capabilities: Capabilities,
pub interval: Fraction,
}
Expand description
Output parameters (single-planar)
Fields§
§capabilities: Capabilities
§interval: Fraction
Implementations§
Trait Implementations§
source§impl Clone for Parameters
impl Clone for Parameters
source§fn clone(&self) -> Parameters
fn clone(&self) -> Parameters
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 Parameters
impl Debug for Parameters
source§impl Display for Parameters
impl Display for Parameters
source§impl From<Parameters> for v4l2_outputparm
impl From<Parameters> for v4l2_outputparm
source§fn from(parameters: Parameters) -> Self
fn from(parameters: Parameters) -> Self
Converts to this type from the input type.
source§impl From<v4l2_outputparm> for Parameters
impl From<v4l2_outputparm> for Parameters
impl Copy for Parameters
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl Send for Parameters
impl Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)