pub struct NestedType<'t> {
pub attributes: FieldAttributes,
pub nested_type: TypeIndex,
pub name: RawString<'t>,
}Expand description
The information parsed from a type record with kind
LF_NESTTYPE, LF_NESTTYPE_ST, LF_NESTTYPEEX, or LF_NESTTYPEEX_ST.
Fields§
§attributes: FieldAttributes§nested_type: TypeIndex§name: RawString<'t>Trait Implementations§
Source§impl<'t> Clone for NestedType<'t>
impl<'t> Clone for NestedType<'t>
Source§fn clone(&self) -> NestedType<'t>
fn clone(&self) -> NestedType<'t>
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<'t> Debug for NestedType<'t>
impl<'t> Debug for NestedType<'t>
Source§impl<'t> PartialEq for NestedType<'t>
impl<'t> PartialEq for NestedType<'t>
impl<'t> Eq for NestedType<'t>
impl<'t> StructuralPartialEq for NestedType<'t>
Auto Trait Implementations§
impl<'t> Freeze for NestedType<'t>
impl<'t> RefUnwindSafe for NestedType<'t>
impl<'t> Send for NestedType<'t>
impl<'t> Sync for NestedType<'t>
impl<'t> Unpin for NestedType<'t>
impl<'t> UnwindSafe for NestedType<'t>
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