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