pub struct VideoFormatProperties {
pub struc: Option<String>,
}Fields§
§struc: Option<String>Trait Implementations§
Source§impl Clone for VideoFormatProperties
impl Clone for VideoFormatProperties
Source§fn clone(&self) -> VideoFormatProperties
fn clone(&self) -> VideoFormatProperties
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 moreSource§impl Debug for VideoFormatProperties
impl Debug for VideoFormatProperties
Source§impl PartialEq for VideoFormatProperties
impl PartialEq for VideoFormatProperties
impl Eq for VideoFormatProperties
impl StructuralPartialEq for VideoFormatProperties
Auto Trait Implementations§
impl Freeze for VideoFormatProperties
impl RefUnwindSafe for VideoFormatProperties
impl Send for VideoFormatProperties
impl Sync for VideoFormatProperties
impl Unpin for VideoFormatProperties
impl UnwindSafe for VideoFormatProperties
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