Struct CastingPlaybackTypes
#[repr(transparent)]pub struct CastingPlaybackTypes(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for CastingPlaybackTypes
impl BitAnd for CastingPlaybackTypes
§impl BitAndAssign for CastingPlaybackTypes
impl BitAndAssign for CastingPlaybackTypes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for CastingPlaybackTypes
impl BitOr for CastingPlaybackTypes
§impl BitOrAssign for CastingPlaybackTypes
impl BitOrAssign for CastingPlaybackTypes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for CastingPlaybackTypes
impl Clone for CastingPlaybackTypes
§fn clone(&self) -> CastingPlaybackTypes
fn clone(&self) -> CastingPlaybackTypes
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 more§impl Debug for CastingPlaybackTypes
impl Debug for CastingPlaybackTypes
§impl Default for CastingPlaybackTypes
impl Default for CastingPlaybackTypes
§fn default() -> CastingPlaybackTypes
fn default() -> CastingPlaybackTypes
Returns the “default value” for a type. Read more
§impl Not for CastingPlaybackTypes
impl Not for CastingPlaybackTypes
§impl PartialEq for CastingPlaybackTypes
impl PartialEq for CastingPlaybackTypes
impl Copy for CastingPlaybackTypes
impl Eq for CastingPlaybackTypes
impl StructuralPartialEq for CastingPlaybackTypes
Auto Trait Implementations§
impl Freeze for CastingPlaybackTypes
impl RefUnwindSafe for CastingPlaybackTypes
impl Send for CastingPlaybackTypes
impl Sync for CastingPlaybackTypes
impl Unpin for CastingPlaybackTypes
impl UnwindSafe for CastingPlaybackTypes
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