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