#[repr(C)]pub struct UiO { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiO
impl RefUnwindSafe for UiO
impl Send for UiO
impl Sync for UiO
impl Unpin for UiO
impl UnwindSafe for UiO
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