pub struct Effect2D { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for Effect2D
Auto Trait Implementations§
impl Freeze for Effect2D
impl RefUnwindSafe for Effect2D
impl Send for Effect2D
impl Sync for Effect2D
impl Unpin for Effect2D
impl UnwindSafe for Effect2D
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