#[repr(transparent)]pub struct SOUND_SENTRY_GRAPHICS_EFFECT(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAndAssign for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitAndAssign for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitOr for SOUND_SENTRY_GRAPHICS_EFFECT
Source§impl BitOrAssign for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitOrAssign for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SOUND_SENTRY_GRAPHICS_EFFECT
impl Clone for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn clone(&self) -> SOUND_SENTRY_GRAPHICS_EFFECT
fn clone(&self) -> SOUND_SENTRY_GRAPHICS_EFFECT
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 SOUND_SENTRY_GRAPHICS_EFFECT
impl Debug for SOUND_SENTRY_GRAPHICS_EFFECT
Source§impl Default for SOUND_SENTRY_GRAPHICS_EFFECT
impl Default for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn default() -> SOUND_SENTRY_GRAPHICS_EFFECT
fn default() -> SOUND_SENTRY_GRAPHICS_EFFECT
Returns the “default value” for a type. Read more
Source§impl From<u32> for SOUND_SENTRY_GRAPHICS_EFFECT
impl From<u32> for SOUND_SENTRY_GRAPHICS_EFFECT
Source§impl Not for SOUND_SENTRY_GRAPHICS_EFFECT
impl Not for SOUND_SENTRY_GRAPHICS_EFFECT
Source§impl PartialEq for SOUND_SENTRY_GRAPHICS_EFFECT
impl PartialEq for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn eq(&self, other: &SOUND_SENTRY_GRAPHICS_EFFECT) -> bool
fn eq(&self, other: &SOUND_SENTRY_GRAPHICS_EFFECT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SOUND_SENTRY_GRAPHICS_EFFECT
impl Eq for SOUND_SENTRY_GRAPHICS_EFFECT
impl StructuralPartialEq for SOUND_SENTRY_GRAPHICS_EFFECT
Auto Trait Implementations§
impl Freeze for SOUND_SENTRY_GRAPHICS_EFFECT
impl RefUnwindSafe for SOUND_SENTRY_GRAPHICS_EFFECT
impl Send for SOUND_SENTRY_GRAPHICS_EFFECT
impl Sync for SOUND_SENTRY_GRAPHICS_EFFECT
impl Unpin for SOUND_SENTRY_GRAPHICS_EFFECT
impl UnwindSafe for SOUND_SENTRY_GRAPHICS_EFFECT
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