pub struct OcsgPrimitive { /* private fields */ }Expand description
Opaque handle to an OpenCSG primitive.
Auto Trait Implementations§
impl Freeze for OcsgPrimitive
impl RefUnwindSafe for OcsgPrimitive
impl Send for OcsgPrimitive
impl Sync for OcsgPrimitive
impl Unpin for OcsgPrimitive
impl UnsafeUnpin for OcsgPrimitive
impl UnwindSafe for OcsgPrimitive
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