#[repr(transparent)]pub struct SOUND_SENTRY_GRAPHICS_EFFECT(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitAnd for SOUND_SENTRY_GRAPHICS_EFFECT
Source§type Output = SOUND_SENTRY_GRAPHICS_EFFECT
type Output = SOUND_SENTRY_GRAPHICS_EFFECT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: SOUND_SENTRY_GRAPHICS_EFFECT,
) -> SOUND_SENTRY_GRAPHICS_EFFECT
fn bitand( self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT, ) -> SOUND_SENTRY_GRAPHICS_EFFECT
Performs the
& operation. Read moreSource§impl BitAndAssign for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitAndAssign for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn bitand_assign(&mut self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT)
fn bitand_assign(&mut self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT)
Performs the
&= operation. Read moreSource§impl BitOr for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitOr for SOUND_SENTRY_GRAPHICS_EFFECT
Source§type Output = SOUND_SENTRY_GRAPHICS_EFFECT
type Output = SOUND_SENTRY_GRAPHICS_EFFECT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: SOUND_SENTRY_GRAPHICS_EFFECT,
) -> SOUND_SENTRY_GRAPHICS_EFFECT
fn bitor( self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT, ) -> SOUND_SENTRY_GRAPHICS_EFFECT
Performs the
| operation. Read moreSource§impl BitOrAssign for SOUND_SENTRY_GRAPHICS_EFFECT
impl BitOrAssign for SOUND_SENTRY_GRAPHICS_EFFECT
Source§fn bitor_assign(&mut self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT)
fn bitor_assign(&mut self, rhs: SOUND_SENTRY_GRAPHICS_EFFECT)
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§fn from(value: u32) -> SOUND_SENTRY_GRAPHICS_EFFECT
fn from(value: u32) -> SOUND_SENTRY_GRAPHICS_EFFECT
Converts to this type from the input type.
Source§impl Not for SOUND_SENTRY_GRAPHICS_EFFECT
impl Not for SOUND_SENTRY_GRAPHICS_EFFECT
Source§type Output = SOUND_SENTRY_GRAPHICS_EFFECT
type Output = SOUND_SENTRY_GRAPHICS_EFFECT
The resulting type after applying the
! operator.Source§fn not(self) -> SOUND_SENTRY_GRAPHICS_EFFECT
fn not(self) -> SOUND_SENTRY_GRAPHICS_EFFECT
Performs the unary
! operation. Read moreSource§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