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