#[repr(C)]pub struct GtkRangeAccessible {
pub parent: GtkWidgetAccessible,
pub priv_: *mut GtkRangeAccessiblePrivate,
}Fields§
§parent: GtkWidgetAccessible§priv_: *mut GtkRangeAccessiblePrivateTrait Implementations§
Source§impl Clone for GtkRangeAccessible
impl Clone for GtkRangeAccessible
Source§fn clone(&self) -> GtkRangeAccessible
fn clone(&self) -> GtkRangeAccessible
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkRangeAccessible
Auto Trait Implementations§
impl !Send for GtkRangeAccessible
impl !Sync for GtkRangeAccessible
impl Freeze for GtkRangeAccessible
impl RefUnwindSafe for GtkRangeAccessible
impl Unpin for GtkRangeAccessible
impl UnsafeUnpin 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