#[repr(C)]pub struct BNExternalLocation { /* private fields */ }Trait Implementations§
Source§impl Clone for BNExternalLocation
impl Clone for BNExternalLocation
Source§fn clone(&self) -> BNExternalLocation
fn clone(&self) -> BNExternalLocation
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 BNExternalLocation
impl Debug for BNExternalLocation
impl Copy for BNExternalLocation
Auto Trait Implementations§
impl Freeze for BNExternalLocation
impl RefUnwindSafe for BNExternalLocation
impl Send for BNExternalLocation
impl Sync for BNExternalLocation
impl Unpin for BNExternalLocation
impl UnwindSafe for BNExternalLocation
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