pub enum MtlMissingType {
I32,
F32,
String,
}
Expand description
Indicates type of a missing value
Variants§
Trait Implementations§
Source§impl Debug for MtlMissingType
impl Debug for MtlMissingType
Auto Trait Implementations§
impl Freeze for MtlMissingType
impl RefUnwindSafe for MtlMissingType
impl Send for MtlMissingType
impl Sync for MtlMissingType
impl Unpin for MtlMissingType
impl UnwindSafe for MtlMissingType
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