pub struct DeviceBuffer {
pub ptr: u64,
pub bytes: usize,
}Fields§
§ptr: u64§bytes: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceBuffer
impl RefUnwindSafe for DeviceBuffer
impl Send for DeviceBuffer
impl Sync for DeviceBuffer
impl Unpin for DeviceBuffer
impl UnwindSafe for DeviceBuffer
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