#[repr(C)]pub struct BNBaseAddressDetectionSamplingSettings {
pub Common: BNBaseAddressDetectionCommonSettings,
pub Alignment: u32,
}Fields§
§Common: BNBaseAddressDetectionCommonSettings§Alignment: u32Trait Implementations§
Source§impl Clone for BNBaseAddressDetectionSamplingSettings
impl Clone for BNBaseAddressDetectionSamplingSettings
Source§fn clone(&self) -> BNBaseAddressDetectionSamplingSettings
fn clone(&self) -> BNBaseAddressDetectionSamplingSettings
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 moreimpl Copy for BNBaseAddressDetectionSamplingSettings
Auto Trait Implementations§
impl Freeze for BNBaseAddressDetectionSamplingSettings
impl RefUnwindSafe for BNBaseAddressDetectionSamplingSettings
impl !Send for BNBaseAddressDetectionSamplingSettings
impl !Sync for BNBaseAddressDetectionSamplingSettings
impl Unpin for BNBaseAddressDetectionSamplingSettings
impl UnwindSafe for BNBaseAddressDetectionSamplingSettings
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