Struct marker_api::sem::RawPtrTy
source · #[repr(C)]pub struct RawPtrTy<'ast> { /* private fields */ }Implementations§
source§impl<'ast> RawPtrTy<'ast>
impl<'ast> RawPtrTy<'ast>
pub fn mutability(&self) -> Mutability
pub fn inner_ty(&self) -> TyKind<'ast>
Trait Implementations§
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for RawPtrTy<'ast>
impl<'ast> !Send for RawPtrTy<'ast>
impl<'ast> !Sync for RawPtrTy<'ast>
impl<'ast> Unpin for RawPtrTy<'ast>
impl<'ast> UnwindSafe for RawPtrTy<'ast>
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