pub struct GameTFixedMiniBitsUnsigned {
pub value: Uint16,
}Fields§
§value: Uint16Implementations§
Trait Implementations§
source§impl Clone for GameTFixedMiniBitsUnsigned
impl Clone for GameTFixedMiniBitsUnsigned
source§fn clone(&self) -> GameTFixedMiniBitsUnsigned
fn clone(&self) -> GameTFixedMiniBitsUnsigned
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GameTFixedMiniBitsUnsigned
impl Debug for GameTFixedMiniBitsUnsigned
source§impl From<GameTFixedMiniBitsUnsigned> for GameTFixedMiniBitsUnsigned
impl From<GameTFixedMiniBitsUnsigned> for GameTFixedMiniBitsUnsigned
source§fn from(source: GameTFixedMiniBitsUnsigned) -> GameTFixedMiniBitsUnsigned
fn from(source: GameTFixedMiniBitsUnsigned) -> GameTFixedMiniBitsUnsigned
Converts to this type from the input type.
source§impl PartialEq for GameTFixedMiniBitsUnsigned
impl PartialEq for GameTFixedMiniBitsUnsigned
source§fn eq(&self, other: &GameTFixedMiniBitsUnsigned) -> bool
fn eq(&self, other: &GameTFixedMiniBitsUnsigned) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GameTFixedMiniBitsUnsigned
Auto Trait Implementations§
impl RefUnwindSafe for GameTFixedMiniBitsUnsigned
impl Send for GameTFixedMiniBitsUnsigned
impl Sync for GameTFixedMiniBitsUnsigned
impl Unpin for GameTFixedMiniBitsUnsigned
impl UnwindSafe for GameTFixedMiniBitsUnsigned
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