#[repr(transparent)]pub struct BiomeID(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for BiomeID
impl Eq for BiomeID
impl StructuralPartialEq for BiomeID
Auto Trait Implementations§
impl Freeze for BiomeID
impl RefUnwindSafe for BiomeID
impl Send for BiomeID
impl Sync for BiomeID
impl Unpin for BiomeID
impl UnwindSafe for BiomeID
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