#[repr(C)]pub struct BNDerivedString {
pub value: *mut BNStringRef,
pub locationValid: bool,
pub location: BNDerivedStringLocation,
pub customType: *mut BNCustomStringType,
}Fields§
§value: *mut BNStringRef§locationValid: bool§location: BNDerivedStringLocation§customType: *mut BNCustomStringTypeTrait Implementations§
source§impl Clone for BNDerivedString
impl Clone for BNDerivedString
source§fn clone(&self) -> BNDerivedString
fn clone(&self) -> BNDerivedString
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 BNDerivedString
impl Debug for BNDerivedString
source§impl Default for BNDerivedString
impl Default for BNDerivedString
impl Copy for BNDerivedString
Auto Trait Implementations§
impl Freeze for BNDerivedString
impl RefUnwindSafe for BNDerivedString
impl !Send for BNDerivedString
impl !Sync for BNDerivedString
impl Unpin for BNDerivedString
impl UnwindSafe for BNDerivedString
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)