Struct libhelium_sys::HeToneDeltaPair
source · #[repr(C)]pub struct HeToneDeltaPair {
pub parent_instance: GObject,
pub priv_: *mut HeToneDeltaPairPrivate,
pub role_a: *mut HeDynamicColor,
pub role_b: *mut HeDynamicColor,
pub delta: c_double,
pub polarity: HeTonePolarity,
pub stay_together: gboolean,
}
Fields§
§parent_instance: GObject
§priv_: *mut HeToneDeltaPairPrivate
§role_a: *mut HeDynamicColor
§role_b: *mut HeDynamicColor
§delta: c_double
§polarity: HeTonePolarity
§stay_together: gboolean
Trait Implementations§
source§impl Clone for HeToneDeltaPair
impl Clone for HeToneDeltaPair
source§fn clone(&self) -> HeToneDeltaPair
fn clone(&self) -> HeToneDeltaPair
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 moresource§impl Debug for HeToneDeltaPair
impl Debug for HeToneDeltaPair
impl Copy for HeToneDeltaPair
Auto Trait Implementations§
impl Freeze for HeToneDeltaPair
impl RefUnwindSafe for HeToneDeltaPair
impl !Send for HeToneDeltaPair
impl !Sync for HeToneDeltaPair
impl Unpin for HeToneDeltaPair
impl UnwindSafe for HeToneDeltaPair
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