pub struct BitfieldType {
pub rep: ScalarType,
pub items: IndexMap<String, Arc<Const>>,
}
Fields§
§rep: ScalarType
§items: IndexMap<String, Arc<Const>>
Trait Implementations§
Source§impl Clone for BitfieldType
impl Clone for BitfieldType
Source§fn clone(&self) -> BitfieldType
fn clone(&self) -> BitfieldType
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 BitfieldType
impl Debug for BitfieldType
Source§impl PartialEq for BitfieldType
impl PartialEq for BitfieldType
impl StructuralPartialEq for BitfieldType
Auto Trait Implementations§
impl Freeze for BitfieldType
impl !RefUnwindSafe for BitfieldType
impl !Send for BitfieldType
impl !Sync for BitfieldType
impl Unpin for BitfieldType
impl !UnwindSafe for BitfieldType
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