pub struct PlanarSubgraph { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for PlanarSubgraph
impl Drop for PlanarSubgraph
Source§fn drop(self: &mut PlanarSubgraph)
fn drop(self: &mut PlanarSubgraph)
Executes the destructor for this type. Read more
Source§impl ExternType for PlanarSubgraph
impl ExternType for PlanarSubgraph
Source§impl MakeCppStorage for PlanarSubgraph
impl MakeCppStorage for PlanarSubgraph
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut PlanarSubgraph
unsafe fn allocate_uninitialized_cpp_storage() -> *mut PlanarSubgraph
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut PlanarSubgraph)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut PlanarSubgraph)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Source§impl MoveNew for PlanarSubgraph
impl MoveNew for PlanarSubgraph
Source§unsafe fn move_new(
arg1: Pin<MoveRef<'_, PlanarSubgraph>>,
this: Pin<&mut MaybeUninit<PlanarSubgraph>>,
)
unsafe fn move_new( arg1: Pin<MoveRef<'_, PlanarSubgraph>>, this: Pin<&mut MaybeUninit<PlanarSubgraph>>, )
impl UniquePtrTarget for PlanarSubgraph
impl VectorElement for PlanarSubgraph
impl WeakPtrTarget for PlanarSubgraph
Auto Trait Implementations§
impl !Freeze for PlanarSubgraph
impl !RefUnwindSafe for PlanarSubgraph
impl !Send for PlanarSubgraph
impl !Sync for PlanarSubgraph
impl Unpin for PlanarSubgraph
impl UnwindSafe for PlanarSubgraph
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