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