pub struct ProtectionSchemeInfoBox {
pub original_format: FourCC,
pub scheme_type: Option<SchemeTypeBox>,
pub tenc: Option<TrackEncryptionBox>,
}Fields§
§original_format: FourCC§scheme_type: Option<SchemeTypeBox>§tenc: Option<TrackEncryptionBox>Trait Implementations§
Source§impl Debug for ProtectionSchemeInfoBox
impl Debug for ProtectionSchemeInfoBox
Source§impl Default for ProtectionSchemeInfoBox
impl Default for ProtectionSchemeInfoBox
Source§fn default() -> ProtectionSchemeInfoBox
fn default() -> ProtectionSchemeInfoBox
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtectionSchemeInfoBox
impl RefUnwindSafe for ProtectionSchemeInfoBox
impl Send for ProtectionSchemeInfoBox
impl Sync for ProtectionSchemeInfoBox
impl Unpin for ProtectionSchemeInfoBox
impl UnwindSafe for ProtectionSchemeInfoBox
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