#[repr(transparent)]pub struct SquashCodecInfo(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SquashCodecInfo
impl SquashCodecInfo
pub const SQUASH_CODEC_INFO_VALID: SquashCodecInfo
Source§impl SquashCodecInfo
impl SquashCodecInfo
pub const SQUASH_CODEC_INFO_MASK: SquashCodecInfo
Trait Implementations§
Source§impl BitAnd for SquashCodecInfo
impl BitAnd for SquashCodecInfo
Source§impl BitAndAssign for SquashCodecInfo
impl BitAndAssign for SquashCodecInfo
Source§fn bitand_assign(&mut self, rhs: SquashCodecInfo)
fn bitand_assign(&mut self, rhs: SquashCodecInfo)
Performs the
&= operation. Read moreSource§impl BitOr for SquashCodecInfo
impl BitOr for SquashCodecInfo
Source§impl BitOrAssign for SquashCodecInfo
impl BitOrAssign for SquashCodecInfo
Source§fn bitor_assign(&mut self, rhs: SquashCodecInfo)
fn bitor_assign(&mut self, rhs: SquashCodecInfo)
Performs the
|= operation. Read moreSource§impl Clone for SquashCodecInfo
impl Clone for SquashCodecInfo
Source§fn clone(&self) -> SquashCodecInfo
fn clone(&self) -> SquashCodecInfo
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 SquashCodecInfo
impl Debug for SquashCodecInfo
Source§impl Hash for SquashCodecInfo
impl Hash for SquashCodecInfo
Source§impl PartialEq for SquashCodecInfo
impl PartialEq for SquashCodecInfo
impl Copy for SquashCodecInfo
impl Eq for SquashCodecInfo
impl StructuralPartialEq for SquashCodecInfo
Auto Trait Implementations§
impl Freeze for SquashCodecInfo
impl RefUnwindSafe for SquashCodecInfo
impl Send for SquashCodecInfo
impl Sync for SquashCodecInfo
impl Unpin for SquashCodecInfo
impl UnwindSafe for SquashCodecInfo
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