pub struct ShadowLayout {
pub sigma: f32,
pub padding: i32,
pub origin_x: f32,
pub origin_y: f32,
pub texture_width_logical: u32,
pub texture_height_logical: u32,
pub texture_width: u32,
pub texture_height: u32,
}Fields§
§sigma: f32§padding: i32§origin_x: f32§origin_y: f32§texture_width_logical: u32§texture_height_logical: u32§texture_width: u32§texture_height: u32Implementations§
Auto Trait Implementations§
impl Freeze for ShadowLayout
impl RefUnwindSafe for ShadowLayout
impl Send for ShadowLayout
impl Sync for ShadowLayout
impl Unpin for ShadowLayout
impl UnsafeUnpin for ShadowLayout
impl UnwindSafe for ShadowLayout
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