pub struct FullBoxHeader {
pub version: u8,
pub flags: FullBoxFlags,
}
Expand description
FullBox
に共通のヘッダー
Fields§
§version: u8
バージョン
flags: FullBoxFlags
フラグ
Implementations§
Trait Implementations§
Source§impl Clone for FullBoxHeader
impl Clone for FullBoxHeader
Source§fn clone(&self) -> FullBoxHeader
fn clone(&self) -> FullBoxHeader
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 FullBoxHeader
impl Debug for FullBoxHeader
Source§impl Decode for FullBoxHeader
impl Decode for FullBoxHeader
Source§impl Encode for FullBoxHeader
impl Encode for FullBoxHeader
Source§impl Hash for FullBoxHeader
impl Hash for FullBoxHeader
Source§impl PartialEq for FullBoxHeader
impl PartialEq for FullBoxHeader
impl Copy for FullBoxHeader
impl Eq for FullBoxHeader
impl StructuralPartialEq for FullBoxHeader
Auto Trait Implementations§
impl Freeze for FullBoxHeader
impl RefUnwindSafe for FullBoxHeader
impl Send for FullBoxHeader
impl Sync for FullBoxHeader
impl Unpin for FullBoxHeader
impl UnwindSafe for FullBoxHeader
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