pub struct SidecarItemValidation {
pub item_type: u8,
pub item_type_name: String,
pub codec: u8,
pub codec_name: String,
pub flags: u8,
pub raw_byte_length: Option<u32>,
pub stored_byte_length: u32,
pub name: String,
pub mime: String,
}Fields§
§item_type: u8§item_type_name: String§codec: u8§codec_name: String§flags: u8§raw_byte_length: Option<u32>§stored_byte_length: u32§name: String§mime: StringTrait Implementations§
Source§impl Clone for SidecarItemValidation
impl Clone for SidecarItemValidation
Source§fn clone(&self) -> SidecarItemValidation
fn clone(&self) -> SidecarItemValidation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SidecarItemValidation
impl Debug for SidecarItemValidation
Auto Trait Implementations§
impl Freeze for SidecarItemValidation
impl RefUnwindSafe for SidecarItemValidation
impl Send for SidecarItemValidation
impl Sync for SidecarItemValidation
impl Unpin for SidecarItemValidation
impl UnsafeUnpin for SidecarItemValidation
impl UnwindSafe for SidecarItemValidation
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