pub struct FloorRegionId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for FloorRegionId
impl Clone for FloorRegionId
Source§fn clone(&self) -> FloorRegionId
fn clone(&self) -> FloorRegionId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FloorRegionId
Source§impl Debug for FloorRegionId
impl Debug for FloorRegionId
Source§impl<'de> Deserialize<'de> for FloorRegionId
impl<'de> Deserialize<'de> for FloorRegionId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FloorRegionId
Source§impl Hash for FloorRegionId
impl Hash for FloorRegionId
Source§impl Ord for FloorRegionId
impl Ord for FloorRegionId
Source§fn cmp(&self, other: &FloorRegionId) -> Ordering
fn cmp(&self, other: &FloorRegionId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FloorRegionId
impl PartialEq for FloorRegionId
Source§fn eq(&self, other: &FloorRegionId) -> bool
fn eq(&self, other: &FloorRegionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FloorRegionId
impl PartialOrd for FloorRegionId
Source§impl Serialize for FloorRegionId
impl Serialize for FloorRegionId
impl StructuralPartialEq for FloorRegionId
Auto Trait Implementations§
impl Freeze for FloorRegionId
impl RefUnwindSafe for FloorRegionId
impl Send for FloorRegionId
impl Sync for FloorRegionId
impl Unpin for FloorRegionId
impl UnsafeUnpin for FloorRegionId
impl UnwindSafe for FloorRegionId
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