pub struct ShadowBox { /* private fields */ }Expand description
SHBX — Shadow box (v0, 64 bytes)
Axis-aligned shadow volume defined by a 4×4 transform matrix.
Implementations§
Trait Implementations§
impl Send for ShadowBox
Auto Trait Implementations§
impl !Sync for ShadowBox
impl Freeze for ShadowBox
impl RefUnwindSafe for ShadowBox
impl Unpin for ShadowBox
impl UnsafeUnpin for ShadowBox
impl UnwindSafe for ShadowBox
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