pub struct DriverRef<'a, T>(pub *const T, _);
Tuple Fields§
§0: *const T
Auto Trait Implementations§
impl<'a, T> Freeze for DriverRef<'a, T>
impl<'a, T> RefUnwindSafe for DriverRef<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for DriverRef<'a, T>
impl<'a, T> !Sync for DriverRef<'a, T>
impl<'a, T> Unpin for DriverRef<'a, T>
impl<'a, T> UnwindSafe for DriverRef<'a, T>where
T: RefUnwindSafe,
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