pub struct Pointer<'a> { /* private fields */ }
Expand description
This structure represents a LF_POINTER
PDB type
Implementations§
§impl Pointer<'_>
impl Pointer<'_>
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 Pointer<'a>
impl<'a> !Send for Pointer<'a>
impl<'a> !Sync for Pointer<'a>
impl<'a> Unpin for Pointer<'a>
impl<'a> UnwindSafe for Pointer<'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