pub struct ArenaFace {
pub wire_id: u64,
pub surface: NurbsSurface,
pub same_sense: bool,
pub loops: Vec<LoopId>,
pub name: Option<String>,
}Fields§
§wire_id: u64§surface: NurbsSurface§same_sense: bool§loops: Vec<LoopId>§name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ArenaFace
impl !RefUnwindSafe for ArenaFace
impl !Sync for ArenaFace
impl Send for ArenaFace
impl Unpin for ArenaFace
impl UnsafeUnpin for ArenaFace
impl UnwindSafe for ArenaFace
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