pub struct DevicePtrMut(pub *mut c_void);Expand description
An opaque mutable device pointer.
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
Source§impl Clone for DevicePtrMut
impl Clone for DevicePtrMut
Source§fn clone(&self) -> DevicePtrMut
fn clone(&self) -> DevicePtrMut
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DevicePtrMut
Auto Trait Implementations§
impl !Send for DevicePtrMut
impl !Sync for DevicePtrMut
impl Freeze for DevicePtrMut
impl RefUnwindSafe for DevicePtrMut
impl Unpin for DevicePtrMut
impl UnsafeUnpin for DevicePtrMut
impl UnwindSafe for DevicePtrMut
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