pub struct MTLCompileOptions(/* private fields */);Implementations§
Source§impl MTLCompileOptions
impl MTLCompileOptions
pub unsafe fn new() -> MTLCompileOptions
pub unsafe fn set_fast_math_enabled(&self, enabled: bool)
pub unsafe fn set_language_version(&self, version: MTLLanguageVersion)
Trait Implementations§
Source§impl Drop for MTLCompileOptions
impl Drop for MTLCompileOptions
Source§impl Object for MTLCompileOptions
impl Object for MTLCompileOptions
Auto Trait Implementations§
impl Freeze for MTLCompileOptions
impl RefUnwindSafe for MTLCompileOptions
impl !Send for MTLCompileOptions
impl !Sync for MTLCompileOptions
impl Unpin for MTLCompileOptions
impl UnwindSafe for MTLCompileOptions
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