Struct gtk_sys::GtkStockItem
source · #[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_char
Trait Implementations§
source§impl Clone for GtkStockItem
impl Clone for GtkStockItem
source§fn clone(&self) -> GtkStockItem
fn clone(&self) -> GtkStockItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkStockItem
impl Debug for GtkStockItem
impl Copy for GtkStockItem
Auto Trait Implementations§
impl RefUnwindSafe for GtkStockItem
impl !Send for GtkStockItem
impl !Sync for GtkStockItem
impl Unpin 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