Struct rtic_syntax::P
source · pub struct P<T> { /* private fields */ }
Expand description
Immutable pointer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for P<T>
impl<T> RefUnwindSafe for P<T>where
T: RefUnwindSafe,
impl<T> Send for P<T>where
T: Send,
impl<T> Sync for P<T>where
T: Sync,
impl<T> Unpin for P<T>
impl<T> UnwindSafe for P<T>where
T: UnwindSafe,
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