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
sourceimpl Clone for GtkStockItem
impl Clone for GtkStockItem
sourcefn clone(&self) -> GtkStockItem
fn clone(&self) -> GtkStockItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more