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