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