pub struct DevicePtr { /* private fields */ }
Expand description
Raw device memory pointer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DevicePtr
impl RefUnwindSafe for DevicePtr
impl !Send for DevicePtr
impl !Sync for DevicePtr
impl Unpin for DevicePtr
impl UnwindSafe for DevicePtr
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