#[repr(C)]pub struct GtkHSV {
pub parent_instance: GtkWidget,
pub priv_: *mut GtkHSVPrivate,
}Fields§
§parent_instance: GtkWidget§priv_: *mut GtkHSVPrivateTrait Implementations§
Auto Trait Implementations§
impl !Send for GtkHSV
impl !Sync for GtkHSV
impl Freeze for GtkHSV
impl RefUnwindSafe for GtkHSV
impl Unpin for GtkHSV
impl UnsafeUnpin for GtkHSV
impl UnwindSafe for GtkHSV
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