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