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