pub struct ShadowArrayHandle;Expand description
Handle to the entire shadow atlas.
Trait Implementations§
Source§impl Clone for ShadowArrayHandle
impl Clone for ShadowArrayHandle
Source§fn clone(&self) -> ShadowArrayHandle
fn clone(&self) -> ShadowArrayHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShadowArrayHandle
impl Debug for ShadowArrayHandle
Source§impl PartialEq for ShadowArrayHandle
impl PartialEq for ShadowArrayHandle
impl Copy for ShadowArrayHandle
impl StructuralPartialEq for ShadowArrayHandle
Auto Trait Implementations§
impl Freeze for ShadowArrayHandle
impl RefUnwindSafe for ShadowArrayHandle
impl Send for ShadowArrayHandle
impl Sync for ShadowArrayHandle
impl Unpin for ShadowArrayHandle
impl UnwindSafe for ShadowArrayHandle
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