pub struct Wmv2Params {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Implementations§
Trait Implementations§
Source§impl Clone for Wmv2Params
impl Clone for Wmv2Params
Source§fn clone(&self) -> Wmv2Params
fn clone(&self) -> Wmv2Params
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Wmv2Params
impl RefUnwindSafe for Wmv2Params
impl Send for Wmv2Params
impl Sync for Wmv2Params
impl Unpin for Wmv2Params
impl UnwindSafe for Wmv2Params
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