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