#[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 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 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