pub struct ProtectionSchemeInfoBox {
pub code_name: String,
pub tenc: Option<TrackEncryptionBox>,
}
Fields§
§code_name: String
§tenc: Option<TrackEncryptionBox>
Trait Implementations§
Source§impl Clone for ProtectionSchemeInfoBox
impl Clone for ProtectionSchemeInfoBox
Source§fn clone(&self) -> ProtectionSchemeInfoBox
fn clone(&self) -> ProtectionSchemeInfoBox
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 moreSource§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