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