pub struct IIfConditionalInputLayer { /* private fields */ }Expand description
! ! \class IIfConditionalInputLayer ! ! \brief This layer represents an input to an IIfConditional. !
Trait Implementations§
Source§impl MakeCppStorage for IIfConditionalInputLayer
impl MakeCppStorage for IIfConditionalInputLayer
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut IIfConditionalInputLayer
unsafe fn allocate_uninitialized_cpp_storage() -> *mut IIfConditionalInputLayer
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 IIfConditionalInputLayer)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut IIfConditionalInputLayer)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Auto Trait Implementations§
impl !Freeze for IIfConditionalInputLayer
impl !RefUnwindSafe for IIfConditionalInputLayer
impl !Send for IIfConditionalInputLayer
impl !Sync for IIfConditionalInputLayer
impl !Unpin for IIfConditionalInputLayer
impl UnwindSafe for IIfConditionalInputLayer
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