pub struct Interface<'a> { /* private fields */ }
Expand description
This structure wraps a LF_INTERFACE
PDB type
Trait Implementations§
§impl ClassLike for Interface<'_>
impl ClassLike for Interface<'_>
§fn unique_name(&self) -> String
fn unique_name(&self) -> String
Mangled type name
§fn size(&self) -> u64
fn size(&self) -> u64
Size of the the type including all its attributes. This size should match
the
sizeof(...)
this type.§fn attributes(&self) -> Attributes<'_> ⓘ
fn attributes(&self) -> Attributes<'_> ⓘ
Iterator over the different
crate::pdb::types::Attribute
defined in this
class-like type§fn methods(&self) -> Methods<'_> ⓘ
fn methods(&self) -> Methods<'_> ⓘ
Iterator over the different
crate::pdb::types::Method
implemented in this
class-like typeimpl PdbType for Interface<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Interface<'a>
impl<'a> !Send for Interface<'a>
impl<'a> !Sync for Interface<'a>
impl<'a> Unpin for Interface<'a>
impl<'a> UnwindSafe for Interface<'a>
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