pub struct EffectTarget {
pub width: u32,
pub height: u32,
}Fields§
§width: u32§height: u32Trait Implementations§
Source§impl Clone for EffectTarget
impl Clone for EffectTarget
Source§impl Debug for EffectTarget
impl Debug for EffectTarget
impl Eq for EffectTarget
Source§impl PartialEq for EffectTarget
impl PartialEq for EffectTarget
impl StructuralPartialEq for EffectTarget
Auto Trait Implementations§
impl Freeze for EffectTarget
impl RefUnwindSafe for EffectTarget
impl Send for EffectTarget
impl Sync for EffectTarget
impl Unpin for EffectTarget
impl UnsafeUnpin for EffectTarget
impl UnwindSafe for EffectTarget
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