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