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