pub struct Modifier<'a> { /* private fields */ }
Expand description
This structure wraps a LF_MODIFIER
PDB type
Implementations§
§impl Modifier<'_>
impl Modifier<'_>
pub fn underlying_type(&self) -> Option<Type<'_>>
pub fn underlying_type(&self) -> Option<Type<'_>>
Underlying type targeted by this modifier
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Modifier<'a>
impl<'a> !Send for Modifier<'a>
impl<'a> !Sync for Modifier<'a>
impl<'a> Unpin for Modifier<'a>
impl<'a> UnwindSafe for Modifier<'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