#[repr(C)]pub struct AstalWpNodeClass {
pub parent_class: GObjectClass,
pub params_changed: Option<unsafe extern "C" fn(*mut AstalWpNode, *const c_char)>,
pub metadata_changed: Option<unsafe extern "C" fn(*mut AstalWpNode, *const c_char, *const c_char, *const c_char)>,
}Fields§
§parent_class: GObjectClass§params_changed: Option<unsafe extern "C" fn(*mut AstalWpNode, *const c_char)>§metadata_changed: Option<unsafe extern "C" fn(*mut AstalWpNode, *const c_char, *const c_char, *const c_char)>Trait Implementations§
Source§impl Clone for AstalWpNodeClass
impl Clone for AstalWpNodeClass
Source§fn clone(&self) -> AstalWpNodeClass
fn clone(&self) -> AstalWpNodeClass
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 AstalWpNodeClass
Auto Trait Implementations§
impl !Send for AstalWpNodeClass
impl !Sync for AstalWpNodeClass
impl Freeze for AstalWpNodeClass
impl RefUnwindSafe for AstalWpNodeClass
impl Unpin for AstalWpNodeClass
impl UnsafeUnpin for AstalWpNodeClass
impl UnwindSafe for AstalWpNodeClass
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