pub struct Decal {
pub size: (u32, u32),
pub uv_scale: (f32, f32),
/* private fields */
}
Fields§
§size: (u32, u32)
§uv_scale: (f32, f32)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Decal
impl RefUnwindSafe for Decal
impl Send for Decal
impl Sync for Decal
impl Unpin for Decal
impl UnwindSafe for Decal
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