#[repr(C)]pub struct BNCustomStringTypeInfo {
pub name: *mut c_char,
pub stringPrefix: *mut c_char,
pub stringPostfix: *mut c_char,
}Fields§
§name: *mut c_char§stringPrefix: *mut c_char§stringPostfix: *mut c_charTrait Implementations§
source§impl Clone for BNCustomStringTypeInfo
impl Clone for BNCustomStringTypeInfo
source§fn clone(&self) -> BNCustomStringTypeInfo
fn clone(&self) -> BNCustomStringTypeInfo
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 BNCustomStringTypeInfo
impl Debug for BNCustomStringTypeInfo
source§impl Default for BNCustomStringTypeInfo
impl Default for BNCustomStringTypeInfo
impl Copy for BNCustomStringTypeInfo
Auto Trait Implementations§
impl Freeze for BNCustomStringTypeInfo
impl RefUnwindSafe for BNCustomStringTypeInfo
impl !Send for BNCustomStringTypeInfo
impl !Sync for BNCustomStringTypeInfo
impl Unpin for BNCustomStringTypeInfo
impl UnwindSafe for BNCustomStringTypeInfo
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)