Struct UCharNameChoice
#[repr(transparent)]pub struct UCharNameChoice(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UCharNameChoice
impl Clone for UCharNameChoice
§fn clone(&self) -> UCharNameChoice
fn clone(&self) -> UCharNameChoice
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 more§impl Debug for UCharNameChoice
impl Debug for UCharNameChoice
§impl Default for UCharNameChoice
impl Default for UCharNameChoice
§fn default() -> UCharNameChoice
fn default() -> UCharNameChoice
Returns the “default value” for a type. Read more
§impl PartialEq for UCharNameChoice
impl PartialEq for UCharNameChoice
impl Copy for UCharNameChoice
impl Eq for UCharNameChoice
impl StructuralPartialEq for UCharNameChoice
Auto Trait Implementations§
impl Freeze for UCharNameChoice
impl RefUnwindSafe for UCharNameChoice
impl Send for UCharNameChoice
impl Sync for UCharNameChoice
impl Unpin for UCharNameChoice
impl UnwindSafe for UCharNameChoice
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