pub struct AtlasId(pub u32);Expand description
Unique identifier for an atlas.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for AtlasId
impl Eq for AtlasId
impl StructuralPartialEq for AtlasId
Auto Trait Implementations§
impl Freeze for AtlasId
impl RefUnwindSafe for AtlasId
impl Send for AtlasId
impl Sync for AtlasId
impl Unpin for AtlasId
impl UnsafeUnpin for AtlasId
impl UnwindSafe for AtlasId
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