pub struct BitmapId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for BitmapId
Source§impl<'de> Deserialize<'de> for BitmapId
impl<'de> Deserialize<'de> for BitmapId
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 BitmapId
Source§impl Ord for BitmapId
impl Ord for BitmapId
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 PartialOrd for BitmapId
impl PartialOrd for BitmapId
impl StructuralPartialEq for BitmapId
Auto Trait Implementations§
impl Freeze for BitmapId
impl RefUnwindSafe for BitmapId
impl Send for BitmapId
impl Sync for BitmapId
impl Unpin for BitmapId
impl UnsafeUnpin for BitmapId
impl UnwindSafe for BitmapId
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