#[repr(C)]pub struct _VAProcessingRateParameter {
pub __bindgen_anon_1: _VAProcessingRateParameter__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: _VAProcessingRateParameter__bindgen_ty_1Trait Implementations§
Source§impl Clone for _VAProcessingRateParameter
impl Clone for _VAProcessingRateParameter
Source§fn clone(&self) -> _VAProcessingRateParameter
fn clone(&self) -> _VAProcessingRateParameter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAProcessingRateParameter
Auto Trait Implementations§
impl Freeze for _VAProcessingRateParameter
impl RefUnwindSafe for _VAProcessingRateParameter
impl Send for _VAProcessingRateParameter
impl Sync for _VAProcessingRateParameter
impl Unpin for _VAProcessingRateParameter
impl UnsafeUnpin for _VAProcessingRateParameter
impl UnwindSafe for _VAProcessingRateParameter
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