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