pub struct TextureConfiguration {
pub usage: TextureUsages,
}Fields§
§usage: TextureUsagesTrait Implementations§
Source§impl Clone for TextureConfiguration
impl Clone for TextureConfiguration
Source§fn clone(&self) -> TextureConfiguration
fn clone(&self) -> TextureConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TextureConfiguration
impl RefUnwindSafe for TextureConfiguration
impl Send for TextureConfiguration
impl Sync for TextureConfiguration
impl Unpin for TextureConfiguration
impl UnwindSafe for TextureConfiguration
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