#[repr(transparent)]pub struct Utrim(pub u32);Expand description
User Trim
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Utrim
impl Eq for Utrim
impl StructuralPartialEq for Utrim
Auto Trait Implementations§
impl Freeze for Utrim
impl RefUnwindSafe for Utrim
impl Send for Utrim
impl Sync for Utrim
impl Unpin for Utrim
impl UnwindSafe for Utrim
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