pub struct Debug { /* private fields */ }Implementations§
Source§impl Debug
impl Debug
pub const PICT_INFO: Debug
pub const RC: Debug
pub const BITSTREAM: Debug
pub const MB_TYPE: Debug
pub const QP: Debug
pub const DCT_COEFF: Debug
pub const SKIP: Debug
pub const STARTCODE: Debug
pub const ER: Debug
pub const MMCO: Debug
pub const BUGS: Debug
pub const BUFFERS: Debug
pub const THREADS: Debug
pub const NOMC: Debug
Sourcepub fn from_bits(bits: c_int) -> Option<Debug>
pub fn from_bits(bits: c_int) -> Option<Debug>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
Sourcepub const fn from_bits_truncate(bits: c_int) -> Debug
pub const fn from_bits_truncate(bits: c_int) -> Debug
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
Sourcepub const unsafe fn from_bits_unchecked(bits: c_int) -> Debug
pub const unsafe fn from_bits_unchecked(bits: c_int) -> Debug
Convert from underlying bit representation, preserving all bits (even those not corresponding to a defined flag).
Sourcepub const fn intersects(&self, other: Debug) -> bool
pub const fn intersects(&self, other: Debug) -> bool
Returns true if there are flags common to both self and other.
Trait Implementations§
Source§impl BitAndAssign for Debug
impl BitAndAssign for Debug
Source§fn bitand_assign(&mut self, other: Debug)
fn bitand_assign(&mut self, other: Debug)
Disables all flags disabled in the set.
Source§impl BitOrAssign for Debug
impl BitOrAssign for Debug
Source§fn bitor_assign(&mut self, other: Debug)
fn bitor_assign(&mut self, other: Debug)
Adds the set of flags.
Source§impl BitXorAssign for Debug
impl BitXorAssign for Debug
Source§fn bitxor_assign(&mut self, other: Debug)
fn bitxor_assign(&mut self, other: Debug)
Toggles the set of flags.
Source§impl Extend<Debug> for Debug
impl Extend<Debug> for Debug
Source§fn extend<T: IntoIterator<Item = Debug>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = Debug>>(&mut self, iterator: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<Debug> for Debug
impl FromIterator<Debug> for Debug
Source§impl Ord for Debug
impl Ord for Debug
Source§impl PartialOrd for Debug
impl PartialOrd for Debug
Source§impl SubAssign for Debug
impl SubAssign for Debug
Source§fn sub_assign(&mut self, other: Debug)
fn sub_assign(&mut self, other: Debug)
Disables all flags enabled in the set.
impl Copy for Debug
impl Eq for Debug
impl StructuralPartialEq for Debug
Auto Trait Implementations§
impl Freeze for Debug
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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