#[repr(C)]pub struct _VAProcessingRateParameter {
pub __bindgen_anon_1: _VAProcessingRateParameter__bindgen_ty_1,
}
Fields
__bindgen_anon_1: _VAProcessingRateParameter__bindgen_ty_1
Trait Implementations
sourceimpl Clone for _VAProcessingRateParameter
impl Clone for _VAProcessingRateParameter
sourcefn clone(&self) -> _VAProcessingRateParameter
fn clone(&self) -> _VAProcessingRateParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for _VAProcessingRateParameter
impl Default for _VAProcessingRateParameter
impl Copy for _VAProcessingRateParameter
Auto Trait Implementations
impl RefUnwindSafe for _VAProcessingRateParameter
impl Send for _VAProcessingRateParameter
impl Sync for _VAProcessingRateParameter
impl Unpin for _VAProcessingRateParameter
impl UnwindSafe for _VAProcessingRateParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more