#[repr(u32)]pub enum BNTypeDefinitionLineType {
TypedefLineType = 0,
StructDefinitionLineType = 1,
StructFieldLineType = 2,
StructDefinitionEndLineType = 3,
EnumDefinitionLineType = 4,
EnumMemberLineType = 5,
EnumDefinitionEndLineType = 6,
PaddingLineType = 7,
UndefinedXrefLineType = 8,
CollapsedPaddingLineType = 9,
EmptyLineType = 10,
}
Variants§
TypedefLineType = 0
StructDefinitionLineType = 1
StructFieldLineType = 2
StructDefinitionEndLineType = 3
EnumDefinitionLineType = 4
EnumMemberLineType = 5
EnumDefinitionEndLineType = 6
PaddingLineType = 7
UndefinedXrefLineType = 8
CollapsedPaddingLineType = 9
EmptyLineType = 10
Trait Implementations§
source§impl Clone for BNTypeDefinitionLineType
impl Clone for BNTypeDefinitionLineType
source§fn clone(&self) -> BNTypeDefinitionLineType
fn clone(&self) -> BNTypeDefinitionLineType
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 BNTypeDefinitionLineType
impl Debug for BNTypeDefinitionLineType
source§impl Hash for BNTypeDefinitionLineType
impl Hash for BNTypeDefinitionLineType
source§impl PartialEq for BNTypeDefinitionLineType
impl PartialEq for BNTypeDefinitionLineType
impl Copy for BNTypeDefinitionLineType
impl Eq for BNTypeDefinitionLineType
impl StructuralPartialEq for BNTypeDefinitionLineType
Auto Trait Implementations§
impl Freeze for BNTypeDefinitionLineType
impl RefUnwindSafe for BNTypeDefinitionLineType
impl Send for BNTypeDefinitionLineType
impl Sync for BNTypeDefinitionLineType
impl Unpin for BNTypeDefinitionLineType
impl UnwindSafe for BNTypeDefinitionLineType
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
)