pub struct FixedInt { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Deserialize for FixedInt
impl Deserialize for FixedInt
fn mc_deserialize(data: &[u8]) -> DeserializeResult<'_, Self>
Source§impl Serialize for FixedInt
impl Serialize for FixedInt
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl Copy for FixedInt
impl Eq for FixedInt
impl StructuralPartialEq for FixedInt
Auto Trait Implementations§
impl Freeze for FixedInt
impl RefUnwindSafe for FixedInt
impl Send for FixedInt
impl Sync for FixedInt
impl Unpin for FixedInt
impl UnwindSafe for FixedInt
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