#[repr(u32)]pub enum BNTypeContainerType {
AnalysisTypeContainerType = 0,
AnalysisAutoTypeContainerType = 1,
AnalysisUserTypeContainerType = 2,
TypeLibraryTypeContainerType = 3,
TypeArchiveTypeContainerType = 4,
DebugInfoTypeContainerType = 5,
PlatformTypeContainerType = 6,
OtherTypeContainerType = 7,
}
Variants§
AnalysisTypeContainerType = 0
AnalysisAutoTypeContainerType = 1
AnalysisUserTypeContainerType = 2
TypeLibraryTypeContainerType = 3
TypeArchiveTypeContainerType = 4
DebugInfoTypeContainerType = 5
PlatformTypeContainerType = 6
OtherTypeContainerType = 7
Trait Implementations§
source§impl Clone for BNTypeContainerType
impl Clone for BNTypeContainerType
source§fn clone(&self) -> BNTypeContainerType
fn clone(&self) -> BNTypeContainerType
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 BNTypeContainerType
impl Debug for BNTypeContainerType
source§impl Hash for BNTypeContainerType
impl Hash for BNTypeContainerType
source§impl PartialEq for BNTypeContainerType
impl PartialEq for BNTypeContainerType
impl Copy for BNTypeContainerType
impl Eq for BNTypeContainerType
impl StructuralPartialEq for BNTypeContainerType
Auto Trait Implementations§
impl Freeze for BNTypeContainerType
impl RefUnwindSafe for BNTypeContainerType
impl Send for BNTypeContainerType
impl Sync for BNTypeContainerType
impl Unpin for BNTypeContainerType
impl UnwindSafe for BNTypeContainerType
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
)