pub struct AuxlBox {}
Expand description
Auxiliary item (alpha or depth map)
Trait Implementations§
impl Copy for AuxlBox
Auto Trait Implementations§
impl Freeze for AuxlBox
impl RefUnwindSafe for AuxlBox
impl Send for AuxlBox
impl Sync for AuxlBox
impl Unpin for AuxlBox
impl UnwindSafe for AuxlBox
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