#[repr(C)]pub struct BNDerivedStringLocation {
pub locationType: BNDerivedStringLocationType,
pub addr: u64,
pub len: u64,
}Fields§
§locationType: BNDerivedStringLocationType§addr: u64§len: u64Trait Implementations§
source§impl Clone for BNDerivedStringLocation
impl Clone for BNDerivedStringLocation
source§fn clone(&self) -> BNDerivedStringLocation
fn clone(&self) -> BNDerivedStringLocation
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 BNDerivedStringLocation
impl Debug for BNDerivedStringLocation
source§impl Default for BNDerivedStringLocation
impl Default for BNDerivedStringLocation
impl Copy for BNDerivedStringLocation
Auto Trait Implementations§
impl Freeze for BNDerivedStringLocation
impl RefUnwindSafe for BNDerivedStringLocation
impl Send for BNDerivedStringLocation
impl Sync for BNDerivedStringLocation
impl Unpin for BNDerivedStringLocation
impl UnwindSafe for BNDerivedStringLocation
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)