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