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