Struct smile::ffi::DSL_pattern
source · #[repr(C, align(8))]pub struct DSL_pattern { /* private fields */ }Implementations§
source§impl DSL_pattern
impl DSL_pattern
pub fn GetSize(self: &DSL_pattern) -> c_int
pub fn Set(self: Pin<&mut DSL_pattern>, input: Pin<&mut DSL_network>)
source§impl DSL_pattern
impl DSL_pattern
pub fn GetEdge(&self, from: c_int, to: c_int) -> DSL_pattern_EdgeType
source§impl DSL_pattern
impl DSL_pattern
source§impl DSL_pattern
impl DSL_pattern
pub fn HasDirectedPath(&self, from: c_int, to: c_int) -> bool
source§impl DSL_pattern
impl DSL_pattern
pub fn ToNetwork( self: Pin<&mut Self>, ds: &DSL_dataset, net: Pin<&mut DSL_network>, ) -> bool
source§impl DSL_pattern
impl DSL_pattern
pub fn HasIncomingEdge(&self, to: c_int) -> bool
source§impl DSL_pattern
impl DSL_pattern
pub fn HasOutgoingEdge(&self, from: c_int) -> bool
source§impl DSL_pattern
impl DSL_pattern
Trait Implementations§
source§impl CopyNew for DSL_pattern
impl CopyNew for DSL_pattern
source§unsafe fn copy_new(
other: &DSL_pattern,
this: Pin<&mut MaybeUninit<DSL_pattern>>,
)
unsafe fn copy_new( other: &DSL_pattern, this: Pin<&mut MaybeUninit<DSL_pattern>>, )
Synthesized copy constructor.
source§impl Drop for DSL_pattern
impl Drop for DSL_pattern
source§fn drop(self: &mut DSL_pattern)
fn drop(self: &mut DSL_pattern)
Synthesized destructor.
source§impl ExternType for DSL_pattern
impl ExternType for DSL_pattern
source§impl MakeCppStorage for DSL_pattern
impl MakeCppStorage for DSL_pattern
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_pattern
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_pattern
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 DSL_pattern)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DSL_pattern)
Frees a C++ allocation which has not yet
had a constructor called. Read more
source§impl MoveNew for DSL_pattern
impl MoveNew for DSL_pattern
source§unsafe fn move_new(
other: Pin<MoveRef<'_, DSL_pattern>>,
this: Pin<&mut MaybeUninit<DSL_pattern>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, DSL_pattern>>, this: Pin<&mut MaybeUninit<DSL_pattern>>, )
Synthesized move constructor.
impl UniquePtrTarget for DSL_pattern
impl VectorElement for DSL_pattern
impl WeakPtrTarget for DSL_pattern
Auto Trait Implementations§
impl !Freeze for DSL_pattern
impl !RefUnwindSafe for DSL_pattern
impl !Send for DSL_pattern
impl !Sync for DSL_pattern
impl !Unpin for DSL_pattern
impl UnwindSafe for DSL_pattern
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