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