pub struct ExecutableSerializationDescriptor { /* private fields */ }Expand description
Safe owner for MPSGraphExecutableSerializationDescriptor.
Implementations§
Source§impl ExecutableSerializationDescriptor
impl ExecutableSerializationDescriptor
Sourcepub fn set_append(&self, value: bool) -> Result<()>
pub fn set_append(&self, value: bool) -> Result<()>
Calls the MPSGraph framework counterpart for set_append.
Sourcepub fn deployment_platform(&self) -> u64
pub fn deployment_platform(&self) -> u64
Calls the MPSGraph framework counterpart for deployment_platform.
Sourcepub fn set_deployment_platform(&self, value: u64) -> Result<()>
pub fn set_deployment_platform(&self, value: u64) -> Result<()>
Calls the MPSGraph framework counterpart for set_deployment_platform.
Sourcepub fn minimum_deployment_target(&self) -> Result<String>
pub fn minimum_deployment_target(&self) -> Result<String>
Calls the MPSGraph framework counterpart for minimum_deployment_target.
Sourcepub fn set_minimum_deployment_target(&self, value: &str) -> Result<()>
pub fn set_minimum_deployment_target(&self, value: &str) -> Result<()>
Calls the MPSGraph framework counterpart for set_minimum_deployment_target.
Trait Implementations§
impl Send for ExecutableSerializationDescriptor
impl Sync for ExecutableSerializationDescriptor
Auto Trait Implementations§
impl Freeze for ExecutableSerializationDescriptor
impl RefUnwindSafe for ExecutableSerializationDescriptor
impl Unpin for ExecutableSerializationDescriptor
impl UnsafeUnpin for ExecutableSerializationDescriptor
impl UnwindSafe for ExecutableSerializationDescriptor
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