pub struct FullBoxFlags(/* private fields */);
Expand description
FullBox
のヘッダー部分に含まれるビットフラグ
Implementations§
Source§impl FullBoxFlags
impl FullBoxFlags
Sourcepub fn from_flags<I>(iter: I) -> Self
pub fn from_flags<I>(iter: I) -> Self
(ビット位置、フラグがセットされているかどうか)
のイテレーターを受け取って、対応するビットフラグを作成する
Trait Implementations§
Source§impl Clone for FullBoxFlags
impl Clone for FullBoxFlags
Source§fn clone(&self) -> FullBoxFlags
fn clone(&self) -> FullBoxFlags
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 FullBoxFlags
impl Debug for FullBoxFlags
Source§impl Decode for FullBoxFlags
impl Decode for FullBoxFlags
Source§impl Encode for FullBoxFlags
impl Encode for FullBoxFlags
Source§impl Hash for FullBoxFlags
impl Hash for FullBoxFlags
Source§impl PartialEq for FullBoxFlags
impl PartialEq for FullBoxFlags
impl Copy for FullBoxFlags
impl Eq for FullBoxFlags
impl StructuralPartialEq for FullBoxFlags
Auto Trait Implementations§
impl Freeze for FullBoxFlags
impl RefUnwindSafe for FullBoxFlags
impl Send for FullBoxFlags
impl Sync for FullBoxFlags
impl Unpin for FullBoxFlags
impl UnwindSafe for FullBoxFlags
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