pub struct SharedTextureMemoryIOSurfaceDescriptor {
pub io_surface: Option<*mut c_void>,
pub allow_storage_binding: Option<bool>,
}Fields§
§io_surface: Option<*mut c_void>§allow_storage_binding: Option<bool>Implementations§
Trait Implementations§
Source§fn from(ext: SharedTextureMemoryIOSurfaceDescriptor) -> Self
fn from(ext: SharedTextureMemoryIOSurfaceDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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