pub struct VideoSampleEntry {
pub width: u16,
pub height: u16,
pub codec_specific: VideoCodecSpecific,
pub protection_info: Vec<ProtectionSchemeInfoBox>,
/* private fields */
}
Fields§
§width: u16
§height: u16
§codec_specific: VideoCodecSpecific
§protection_info: Vec<ProtectionSchemeInfoBox>
Trait Implementations§
Source§impl Clone for VideoSampleEntry
impl Clone for VideoSampleEntry
Source§fn clone(&self) -> VideoSampleEntry
fn clone(&self) -> VideoSampleEntry
Returns a copy 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 VideoSampleEntry
impl RefUnwindSafe for VideoSampleEntry
impl Send for VideoSampleEntry
impl Sync for VideoSampleEntry
impl Unpin for VideoSampleEntry
impl UnwindSafe for VideoSampleEntry
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