#[repr(C)]pub struct notification_meta_s {
pub name: [c_char; 128],
pub type_: notification_meta_type_e,
pub nm_value: notification_meta_s__bindgen_ty_1,
pub next: *mut notification_meta_s,
}Fields§
§name: [c_char; 128]§type_: notification_meta_type_e§nm_value: notification_meta_s__bindgen_ty_1§next: *mut notification_meta_sTrait Implementations§
Source§impl Clone for notification_meta_s
impl Clone for notification_meta_s
Source§fn clone(&self) -> notification_meta_s
fn clone(&self) -> notification_meta_s
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 moreimpl Copy for notification_meta_s
Auto Trait Implementations§
impl Freeze for notification_meta_s
impl RefUnwindSafe for notification_meta_s
impl !Send for notification_meta_s
impl !Sync for notification_meta_s
impl Unpin for notification_meta_s
impl UnwindSafe for notification_meta_s
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