#[repr(u32)]pub enum BNBaseAddressDetectionPOIType {
POIString = 0,
POIFunction = 1,
POIDataVariable = 2,
POIFileStart = 3,
POIFileEnd = 4,
}
Variants§
Trait Implementations§
source§impl Clone for BNBaseAddressDetectionPOIType
impl Clone for BNBaseAddressDetectionPOIType
source§fn clone(&self) -> BNBaseAddressDetectionPOIType
fn clone(&self) -> BNBaseAddressDetectionPOIType
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 Hash for BNBaseAddressDetectionPOIType
impl Hash for BNBaseAddressDetectionPOIType
source§impl PartialEq for BNBaseAddressDetectionPOIType
impl PartialEq for BNBaseAddressDetectionPOIType
source§fn eq(&self, other: &BNBaseAddressDetectionPOIType) -> bool
fn eq(&self, other: &BNBaseAddressDetectionPOIType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BNBaseAddressDetectionPOIType
impl Eq for BNBaseAddressDetectionPOIType
impl StructuralPartialEq for BNBaseAddressDetectionPOIType
Auto Trait Implementations§
impl Freeze for BNBaseAddressDetectionPOIType
impl RefUnwindSafe for BNBaseAddressDetectionPOIType
impl Send for BNBaseAddressDetectionPOIType
impl Sync for BNBaseAddressDetectionPOIType
impl Unpin for BNBaseAddressDetectionPOIType
impl UnwindSafe for BNBaseAddressDetectionPOIType
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
)