pub struct ConeObject {
pub side: EmptyCone,
pub cap1: Disc,
pub cap2: Disc,
}Fields§
§side: EmptyCone§cap1: Disc§cap2: DiscTrait Implementations§
Source§impl Clone for ConeObject
impl Clone for ConeObject
Source§fn clone(&self) -> ConeObject
fn clone(&self) -> ConeObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hit for ConeObject
impl Hit for ConeObject
impl Copy for ConeObject
Auto Trait Implementations§
impl Freeze for ConeObject
impl RefUnwindSafe for ConeObject
impl Send for ConeObject
impl Sync for ConeObject
impl Unpin for ConeObject
impl UnwindSafe for ConeObject
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