pub struct TopTools_ListOfShape { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for TopTools_ListOfShape
impl ExternType for TopTools_ListOfShape
impl UniquePtrTarget for TopTools_ListOfShape
Auto Trait Implementations§
impl !Freeze for TopTools_ListOfShape
impl RefUnwindSafe for TopTools_ListOfShape
impl !Send for TopTools_ListOfShape
impl !Sync for TopTools_ListOfShape
impl !Unpin for TopTools_ListOfShape
impl UnwindSafe for TopTools_ListOfShape
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