pub struct ExecutableExecutionDescriptor { /* private fields */ }Expand description
Safe owner for MPSGraphExecutableExecutionDescriptor.
Implementations§
Source§impl ExecutableExecutionDescriptor
impl ExecutableExecutionDescriptor
Sourcepub fn wait_until_completed(&self) -> bool
pub fn wait_until_completed(&self) -> bool
Calls the MPSGraph framework counterpart for wait_until_completed.
Sourcepub fn set_wait_until_completed(&self, value: bool) -> Result<()>
pub fn set_wait_until_completed(&self, value: bool) -> Result<()>
Calls the MPSGraph framework counterpart for set_wait_until_completed.
Trait Implementations§
Source§impl Drop for ExecutableExecutionDescriptor
impl Drop for ExecutableExecutionDescriptor
impl Send for ExecutableExecutionDescriptor
impl Sync for ExecutableExecutionDescriptor
Auto Trait Implementations§
impl Freeze for ExecutableExecutionDescriptor
impl RefUnwindSafe for ExecutableExecutionDescriptor
impl Unpin for ExecutableExecutionDescriptor
impl UnsafeUnpin for ExecutableExecutionDescriptor
impl UnwindSafe for ExecutableExecutionDescriptor
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