#[repr(C)]pub struct r_event_class_attr_t {
pub class_name: *const c_char,
pub attr_type: c_int,
pub attr_id: *const c_char,
}
Fields§
§class_name: *const c_char
§attr_type: c_int
§attr_id: *const c_char
Trait Implementations§
Source§impl Clone for r_event_class_attr_t
impl Clone for r_event_class_attr_t
Source§fn clone(&self) -> r_event_class_attr_t
fn clone(&self) -> r_event_class_attr_t
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 moreSource§impl Debug for r_event_class_attr_t
impl Debug for r_event_class_attr_t
impl Copy for r_event_class_attr_t
Auto Trait Implementations§
impl Freeze for r_event_class_attr_t
impl RefUnwindSafe for r_event_class_attr_t
impl !Send for r_event_class_attr_t
impl !Sync for r_event_class_attr_t
impl Unpin for r_event_class_attr_t
impl UnwindSafe for r_event_class_attr_t
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