pub struct RwTexture {
pub texture_filtering: u8,
pub u_addressing: u8,
pub v_addressing: u8,
pub uses_mip_levels: bool,
pub texture_name: String,
}
Fields§
§texture_filtering: u8
§u_addressing: u8
§v_addressing: u8
§uses_mip_levels: bool
§texture_name: String
Trait Implementations§
impl Eq for RwTexture
impl StructuralPartialEq for RwTexture
Auto Trait Implementations§
impl Freeze for RwTexture
impl RefUnwindSafe for RwTexture
impl Send for RwTexture
impl Sync for RwTexture
impl Unpin for RwTexture
impl UnwindSafe for RwTexture
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