Enum glium::texture::ExternalTilingMode
source · pub enum ExternalTilingMode {
Optimal,
Linear,
}
Expand description
Describes a tiling mode used in texture storage by an external API
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ExternalTilingMode
impl Send for ExternalTilingMode
impl Sync for ExternalTilingMode
impl Unpin for ExternalTilingMode
impl UnwindSafe for ExternalTilingMode
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