#[repr(transparent)]pub struct MCGRIDINFO_PART(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for MCGRIDINFO_PART
impl BitAnd for MCGRIDINFO_PART
Source§type Output = MCGRIDINFO_PART
type Output = MCGRIDINFO_PART
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MCGRIDINFO_PART) -> MCGRIDINFO_PART
fn bitand(self, rhs: MCGRIDINFO_PART) -> MCGRIDINFO_PART
Performs the
& operation. Read moreSource§impl BitAndAssign for MCGRIDINFO_PART
impl BitAndAssign for MCGRIDINFO_PART
Source§fn bitand_assign(&mut self, rhs: MCGRIDINFO_PART)
fn bitand_assign(&mut self, rhs: MCGRIDINFO_PART)
Performs the
&= operation. Read moreSource§impl BitOr for MCGRIDINFO_PART
impl BitOr for MCGRIDINFO_PART
Source§type Output = MCGRIDINFO_PART
type Output = MCGRIDINFO_PART
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MCGRIDINFO_PART) -> MCGRIDINFO_PART
fn bitor(self, rhs: MCGRIDINFO_PART) -> MCGRIDINFO_PART
Performs the
| operation. Read moreSource§impl BitOrAssign for MCGRIDINFO_PART
impl BitOrAssign for MCGRIDINFO_PART
Source§fn bitor_assign(&mut self, rhs: MCGRIDINFO_PART)
fn bitor_assign(&mut self, rhs: MCGRIDINFO_PART)
Performs the
|= operation. Read moreSource§impl Clone for MCGRIDINFO_PART
impl Clone for MCGRIDINFO_PART
Source§fn clone(&self) -> MCGRIDINFO_PART
fn clone(&self) -> MCGRIDINFO_PART
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 MCGRIDINFO_PART
impl Debug for MCGRIDINFO_PART
Source§impl Default for MCGRIDINFO_PART
impl Default for MCGRIDINFO_PART
Source§fn default() -> MCGRIDINFO_PART
fn default() -> MCGRIDINFO_PART
Returns the “default value” for a type. Read more
Source§impl From<u32> for MCGRIDINFO_PART
impl From<u32> for MCGRIDINFO_PART
Source§fn from(value: u32) -> MCGRIDINFO_PART
fn from(value: u32) -> MCGRIDINFO_PART
Converts to this type from the input type.
Source§impl Not for MCGRIDINFO_PART
impl Not for MCGRIDINFO_PART
Source§type Output = MCGRIDINFO_PART
type Output = MCGRIDINFO_PART
The resulting type after applying the
! operator.Source§fn not(self) -> MCGRIDINFO_PART
fn not(self) -> MCGRIDINFO_PART
Performs the unary
! operation. Read moreSource§impl PartialEq for MCGRIDINFO_PART
impl PartialEq for MCGRIDINFO_PART
impl Copy for MCGRIDINFO_PART
impl Eq for MCGRIDINFO_PART
impl StructuralPartialEq for MCGRIDINFO_PART
Auto Trait Implementations§
impl Freeze for MCGRIDINFO_PART
impl RefUnwindSafe for MCGRIDINFO_PART
impl Send for MCGRIDINFO_PART
impl Sync for MCGRIDINFO_PART
impl Unpin for MCGRIDINFO_PART
impl UnwindSafe for MCGRIDINFO_PART
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