#[repr(u32)]pub enum BNStructureVariant {
ClassStructureType = 0,
StructStructureType = 1,
UnionStructureType = 2,
}Variants§
Trait Implementations§
Source§impl Clone for BNStructureVariant
impl Clone for BNStructureVariant
Source§fn clone(&self) -> BNStructureVariant
fn clone(&self) -> BNStructureVariant
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 BNStructureVariant
impl Debug for BNStructureVariant
Source§impl Hash for BNStructureVariant
impl Hash for BNStructureVariant
Source§impl PartialEq for BNStructureVariant
impl PartialEq for BNStructureVariant
impl Copy for BNStructureVariant
impl Eq for BNStructureVariant
impl StructuralPartialEq for BNStructureVariant
Auto Trait Implementations§
impl Freeze for BNStructureVariant
impl RefUnwindSafe for BNStructureVariant
impl Send for BNStructureVariant
impl Sync for BNStructureVariant
impl Unpin for BNStructureVariant
impl UnwindSafe for BNStructureVariant
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