pub struct TextureOptions {
pub internal_format: PixelFormat,
pub data_format: PixelFormat,
pub data_type: DataType,
pub cube_face: Option<TextureCubeFace>,
}Fields§
§internal_format: PixelFormat§data_format: PixelFormat§data_type: DataType§cube_face: Option<TextureCubeFace>Auto Trait Implementations§
impl Freeze for TextureOptions
impl RefUnwindSafe for TextureOptions
impl Send for TextureOptions
impl Sync for TextureOptions
impl Unpin for TextureOptions
impl UnsafeUnpin for TextureOptions
impl UnwindSafe for TextureOptions
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