#[repr(transparent)]pub struct UConverter(pub isize);Tuple Fields§
§0: isizeAuto Trait Implementations§
impl Freeze for UConverter
impl RefUnwindSafe for UConverter
impl Send for UConverter
impl Sync for UConverter
impl Unpin for UConverter
impl UnsafeUnpin for UConverter
impl UnwindSafe for UConverter
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