pub struct ProtectionSystemSpecificHeaderBox {
pub system_id: ByteData,
pub kid: Vec<ByteData>,
pub data: ByteData,
pub box_content: ByteData,
}
Fields§
§system_id: ByteData
§kid: Vec<ByteData>
§data: ByteData
§box_content: ByteData
Trait Implementations§
Source§impl Default for ProtectionSystemSpecificHeaderBox
impl Default for ProtectionSystemSpecificHeaderBox
Source§fn default() -> ProtectionSystemSpecificHeaderBox
fn default() -> ProtectionSystemSpecificHeaderBox
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtectionSystemSpecificHeaderBox
impl RefUnwindSafe for ProtectionSystemSpecificHeaderBox
impl Send for ProtectionSystemSpecificHeaderBox
impl Sync for ProtectionSystemSpecificHeaderBox
impl Unpin for ProtectionSystemSpecificHeaderBox
impl UnwindSafe for ProtectionSystemSpecificHeaderBox
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