Struct libhelium_sys::HeContrastCurve
source · #[repr(C)]pub struct HeContrastCurve {
pub parent_instance: GTypeInstance,
pub ref_count: c_int,
pub priv_: *mut HeContrastCurvePrivate,
}
Fields§
§parent_instance: GTypeInstance
§ref_count: c_int
§priv_: *mut HeContrastCurvePrivate
Trait Implementations§
source§impl Clone for HeContrastCurve
impl Clone for HeContrastCurve
source§fn clone(&self) -> HeContrastCurve
fn clone(&self) -> HeContrastCurve
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 HeContrastCurve
impl Debug for HeContrastCurve
impl Copy for HeContrastCurve
Auto Trait Implementations§
impl Freeze for HeContrastCurve
impl RefUnwindSafe for HeContrastCurve
impl !Send for HeContrastCurve
impl !Sync for HeContrastCurve
impl Unpin for HeContrastCurve
impl UnwindSafe for HeContrastCurve
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