#[repr(C)]pub struct BNTypeAttribute {
pub name: *mut c_char,
pub value: *mut c_char,
}
Fields§
§name: *mut c_char
§value: *mut c_char
Trait Implementations§
source§impl Clone for BNTypeAttribute
impl Clone for BNTypeAttribute
source§fn clone(&self) -> BNTypeAttribute
fn clone(&self) -> BNTypeAttribute
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 BNTypeAttribute
impl Debug for BNTypeAttribute
source§impl Default for BNTypeAttribute
impl Default for BNTypeAttribute
impl Copy for BNTypeAttribute
Auto Trait Implementations§
impl Freeze for BNTypeAttribute
impl RefUnwindSafe for BNTypeAttribute
impl !Send for BNTypeAttribute
impl !Sync for BNTypeAttribute
impl Unpin for BNTypeAttribute
impl UnwindSafe for BNTypeAttribute
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)