pub struct ExecutableSerializationDescriptor { /* private fields */ }Expand description
Safe owner for MPSGraphExecutableSerializationDescriptor.
Implementations§
Source§impl ExecutableSerializationDescriptor
impl ExecutableSerializationDescriptor
pub fn new() -> Option<Self>
pub fn append(&self) -> bool
pub fn set_append(&self, value: bool) -> Result<()>
pub fn deployment_platform(&self) -> u64
pub fn set_deployment_platform(&self, value: u64) -> Result<()>
pub fn minimum_deployment_target(&self) -> Result<String>
pub fn set_minimum_deployment_target(&self, value: &str) -> Result<()>
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