pub struct Ptr<R, D>where
R: Repr,
D: DeviceBase,{ /* private fields */ }
Implementations§
Source§impl<R, D> Ptr<R, D>where
R: Repr,
D: DeviceBase,
impl<R, D> Ptr<R, D>where
R: Repr,
D: DeviceBase,
Trait Implementations§
Auto Trait Implementations§
impl<R, D> Freeze for Ptr<R, D>
impl<R, D> RefUnwindSafe for Ptr<R, D>
impl<R, D> !Send for Ptr<R, D>
impl<R, D> !Sync for Ptr<R, D>
impl<R, D> Unpin for Ptr<R, D>
impl<R, D> UnwindSafe for Ptr<R, D>
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