Struct ColorBalance
#[repr(C)]pub struct ColorBalance {
pub Base: Effect,
}Fields§
§Base: EffectTrait Implementations§
§impl Clone for ColorBalance
impl Clone for ColorBalance
§fn clone(&self) -> ColorBalance
fn clone(&self) -> ColorBalance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ColorBalance
§impl Default for ColorBalance
impl Default for ColorBalance
§fn default() -> ColorBalance
fn default() -> ColorBalance
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for ColorBalance
impl !Sync for ColorBalance
impl Freeze for ColorBalance
impl RefUnwindSafe for ColorBalance
impl Unpin for ColorBalance
impl UnsafeUnpin for ColorBalance
impl UnwindSafe for ColorBalance
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