pub struct OffsetShellResultRecord {
pub solid: BrepSolid,
pub face_images: Vec<OffsetShellFaceImageRecord>,
}Fields§
§solid: BrepSolid§face_images: Vec<OffsetShellFaceImageRecord>Trait Implementations§
Source§impl Clone for OffsetShellResultRecord
impl Clone for OffsetShellResultRecord
Source§fn clone(&self) -> OffsetShellResultRecord
fn clone(&self) -> OffsetShellResultRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OffsetShellResultRecord
impl Debug for OffsetShellResultRecord
Auto Trait Implementations§
impl !RefUnwindSafe for OffsetShellResultRecord
impl !Sync for OffsetShellResultRecord
impl Freeze for OffsetShellResultRecord
impl Send for OffsetShellResultRecord
impl Unpin for OffsetShellResultRecord
impl UnsafeUnpin for OffsetShellResultRecord
impl UnwindSafe for OffsetShellResultRecord
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