#[repr(C)]pub struct DbusmenuServerClass {
pub parent_class: GObjectClass,
pub id_prop_update: Option<unsafe extern "C" fn(c_int, *mut c_char, *mut c_char)>,
pub id_update: Option<unsafe extern "C" fn(c_int)>,
pub layout_updated: Option<unsafe extern "C" fn(c_int)>,
pub item_activation: Option<unsafe extern "C" fn(c_int, c_uint)>,
pub reserved1: Option<unsafe extern "C" fn()>,
pub reserved2: Option<unsafe extern "C" fn()>,
pub reserved3: Option<unsafe extern "C" fn()>,
pub reserved4: Option<unsafe extern "C" fn()>,
pub reserved5: Option<unsafe extern "C" fn()>,
pub reserved6: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§id_prop_update: Option<unsafe extern "C" fn(c_int, *mut c_char, *mut c_char)>§id_update: Option<unsafe extern "C" fn(c_int)>§layout_updated: Option<unsafe extern "C" fn(c_int)>§item_activation: Option<unsafe extern "C" fn(c_int, c_uint)>§reserved1: Option<unsafe extern "C" fn()>§reserved2: Option<unsafe extern "C" fn()>§reserved3: Option<unsafe extern "C" fn()>§reserved4: Option<unsafe extern "C" fn()>§reserved5: Option<unsafe extern "C" fn()>§reserved6: Option<unsafe extern "C" fn()>Trait Implementations§
Source§fn clone(&self) -> DbusmenuServerClass
fn clone(&self) -> DbusmenuServerClass
Returns a duplicate 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 moreAuto Trait Implementations§
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