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