pub struct SharedTextureMemoryProperties {
pub usage: Option<TextureUsage>,
pub size: Option<Extent3D>,
pub format: Option<TextureFormat>,
/* private fields */
}Fields§
§usage: Option<TextureUsage>§size: Option<Extent3D>§format: Option<TextureFormat>Implementations§
pub fn new() -> Self
pub fn with_extension( self, extension: SharedTextureMemoryPropertiesExtension, ) -> Self
Trait Implementations§
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