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