pub struct LogState { /* private fields */ }Expand description
Re-exports the Metal framework surface for this item.
Apple’s id<MTLLogState> — shader logging configuration.
Mirrors the Metal framework counterpart for this type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogState
impl RefUnwindSafe for LogState
impl Unpin for LogState
impl UnsafeUnpin for LogState
impl UnwindSafe for LogState
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