pub struct ItemInfoEntry {
pub item_id: u32,
pub item_protection_index: u16,
pub item_type: Option<FourCC>,
pub item_name: String,
pub content_type: Option<String>,
pub content_encoding: Option<String>,
pub item_not_in_presentation: bool,
}Fields§
§item_id: u32§item_protection_index: u16§item_type: Option<FourCC>§item_name: String§content_type: Option<String>§content_encoding: Option<String>§item_not_in_presentation: boolTrait Implementations§
Source§impl Clone for ItemInfoEntry
impl Clone for ItemInfoEntry
Source§fn clone(&self) -> ItemInfoEntry
fn clone(&self) -> ItemInfoEntry
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 ItemInfoEntry
impl Debug for ItemInfoEntry
Source§impl PartialEq for ItemInfoEntry
impl PartialEq for ItemInfoEntry
impl Eq for ItemInfoEntry
impl StructuralPartialEq for ItemInfoEntry
Auto Trait Implementations§
impl Freeze for ItemInfoEntry
impl RefUnwindSafe for ItemInfoEntry
impl Send for ItemInfoEntry
impl Sync for ItemInfoEntry
impl Unpin for ItemInfoEntry
impl UnwindSafe for ItemInfoEntry
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