Struct gtk_sys::GtkRangeAccessible
source · #[repr(C)]pub struct GtkRangeAccessible {
pub parent: GtkWidgetAccessible,
pub priv_: *mut GtkRangeAccessiblePrivate,
}
Fields§
§parent: GtkWidgetAccessible
§priv_: *mut GtkRangeAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkRangeAccessible
impl Clone for GtkRangeAccessible
source§fn clone(&self) -> GtkRangeAccessible
fn clone(&self) -> GtkRangeAccessible
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 GtkRangeAccessible
impl Debug for GtkRangeAccessible
impl Copy for GtkRangeAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkRangeAccessible
impl !Send for GtkRangeAccessible
impl !Sync for GtkRangeAccessible
impl Unpin for GtkRangeAccessible
impl UnwindSafe for GtkRangeAccessible
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