#[repr(C)]pub struct GtkSwitchAccessible {
pub parent: GtkWidgetAccessible,
pub priv_: *mut GtkSwitchAccessiblePrivate,
}Fields§
§parent: GtkWidgetAccessible§priv_: *mut GtkSwitchAccessiblePrivateTrait Implementations§
Source§impl Clone for GtkSwitchAccessible
impl Clone for GtkSwitchAccessible
Source§fn clone(&self) -> GtkSwitchAccessible
fn clone(&self) -> GtkSwitchAccessible
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 GtkSwitchAccessible
Auto Trait Implementations§
impl !Send for GtkSwitchAccessible
impl !Sync for GtkSwitchAccessible
impl Freeze for GtkSwitchAccessible
impl RefUnwindSafe for GtkSwitchAccessible
impl Unpin for GtkSwitchAccessible
impl UnsafeUnpin for GtkSwitchAccessible
impl UnwindSafe for GtkSwitchAccessible
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