Struct MAGCOLOREFFECT
#[repr(C)]pub struct MAGCOLOREFFECT {
pub transform: [f32; 25],
}
Fields§
§transform: [f32; 25]
Trait Implementations§
§impl Clone for MAGCOLOREFFECT
impl Clone for MAGCOLOREFFECT
§fn clone(&self) -> MAGCOLOREFFECT
fn clone(&self) -> MAGCOLOREFFECT
Returns a copy 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 moreimpl Copy for MAGCOLOREFFECT
Auto Trait Implementations§
impl Freeze for MAGCOLOREFFECT
impl RefUnwindSafe for MAGCOLOREFFECT
impl Send for MAGCOLOREFFECT
impl Sync for MAGCOLOREFFECT
impl Unpin for MAGCOLOREFFECT
impl UnwindSafe for MAGCOLOREFFECT
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