pub struct MetalCx {
pub device: *mut Object,
pub command_queue: *mut Object,
}Fields§
§device: *mut Object§command_queue: *mut ObjectImplementations§
Auto Trait Implementations§
impl Freeze for MetalCx
impl RefUnwindSafe for MetalCx
impl !Send for MetalCx
impl !Sync for MetalCx
impl Unpin for MetalCx
impl UnwindSafe for MetalCx
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