#[repr(C)]pub struct cont_global_attrib {
pub name: *mut c_char,
pub val: HSUBATTR,
}Fields§
§name: *mut c_char§val: HSUBATTRTrait Implementations§
Source§impl Clone for cont_global_attrib
impl Clone for cont_global_attrib
Source§fn clone(&self) -> cont_global_attrib
fn clone(&self) -> cont_global_attrib
Returns a copy 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 cont_global_attrib
impl Debug for cont_global_attrib
impl Copy for cont_global_attrib
Auto Trait Implementations§
impl Freeze for cont_global_attrib
impl RefUnwindSafe for cont_global_attrib
impl !Send for cont_global_attrib
impl !Sync for cont_global_attrib
impl Unpin for cont_global_attrib
impl UnwindSafe for cont_global_attrib
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