#[repr(C)]pub struct _CompositeOptions_t {
pub percent_brightness: f64,
pub amount: f64,
pub threshold: f64,
}Fields§
§percent_brightness: f64§amount: f64§threshold: f64Trait Implementations§
Source§impl Clone for _CompositeOptions_t
impl Clone for _CompositeOptions_t
Source§fn clone(&self) -> _CompositeOptions_t
fn clone(&self) -> _CompositeOptions_t
Returns a duplicate 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 moreSource§impl Debug for _CompositeOptions_t
impl Debug for _CompositeOptions_t
impl Copy for _CompositeOptions_t
Auto Trait Implementations§
impl Freeze for _CompositeOptions_t
impl RefUnwindSafe for _CompositeOptions_t
impl Send for _CompositeOptions_t
impl Sync for _CompositeOptions_t
impl Unpin for _CompositeOptions_t
impl UnwindSafe for _CompositeOptions_t
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