#[repr(C)]pub struct dPlane {
pub _base: dGeom,
}
Fields§
§_base: dGeom
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dPlane
impl RefUnwindSafe for dPlane
impl !Send for dPlane
impl !Sync for dPlane
impl Unpin for dPlane
impl UnwindSafe for dPlane
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