#[repr(C)]pub struct GtkStockItem {
pub stock_id: *mut c_char,
pub label: *mut c_char,
pub modifier: GdkModifierType,
pub keyval: c_uint,
pub translation_domain: *mut c_char,
}Fields§
§stock_id: *mut c_char§label: *mut c_char§modifier: GdkModifierType§keyval: c_uint§translation_domain: *mut c_charTrait Implementations§
Source§impl Clone for GtkStockItem
impl Clone for GtkStockItem
Source§fn clone(&self) -> GtkStockItem
fn clone(&self) -> GtkStockItem
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 GtkStockItem
Auto Trait Implementations§
impl !Send for GtkStockItem
impl !Sync for GtkStockItem
impl Freeze for GtkStockItem
impl RefUnwindSafe for GtkStockItem
impl Unpin for GtkStockItem
impl UnsafeUnpin for GtkStockItem
impl UnwindSafe for GtkStockItem
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