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