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