pub struct SchemeTypeBox {
pub scheme_type: FourCC,
pub scheme_version: u32,
}Fields§
§scheme_type: FourCC§scheme_version: u32Trait Implementations§
Source§impl Clone for SchemeTypeBox
impl Clone for SchemeTypeBox
Source§fn clone(&self) -> SchemeTypeBox
fn clone(&self) -> SchemeTypeBox
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 SchemeTypeBox
impl Debug for SchemeTypeBox
Source§impl Default for SchemeTypeBox
impl Default for SchemeTypeBox
Source§fn default() -> SchemeTypeBox
fn default() -> SchemeTypeBox
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SchemeTypeBox
impl RefUnwindSafe for SchemeTypeBox
impl Send for SchemeTypeBox
impl Sync for SchemeTypeBox
impl Unpin for SchemeTypeBox
impl UnwindSafe for SchemeTypeBox
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