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