pub struct OpenShell {
pub name: String,
pub cfs_faces: Vec<FaceRef>,
}Fields§
§name: String§cfs_faces: Vec<FaceRef>Trait Implementations§
impl StructuralPartialEq for OpenShell
Auto Trait Implementations§
impl Freeze for OpenShell
impl RefUnwindSafe for OpenShell
impl Send for OpenShell
impl Sync for OpenShell
impl Unpin for OpenShell
impl UnsafeUnpin for OpenShell
impl UnwindSafe for OpenShell
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