#[repr(C)]pub struct dwl_dmabuf {
pub _bindgen_opaque_blob: [u64; 3],
}Fields§
§_bindgen_opaque_blob: [u64; 3]Trait Implementations§
Source§impl Clone for dwl_dmabuf
impl Clone for dwl_dmabuf
Source§fn clone(&self) -> dwl_dmabuf
fn clone(&self) -> dwl_dmabuf
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dwl_dmabuf
impl Debug for dwl_dmabuf
impl Copy for dwl_dmabuf
Auto Trait Implementations§
impl Freeze for dwl_dmabuf
impl RefUnwindSafe for dwl_dmabuf
impl Send for dwl_dmabuf
impl Sync for dwl_dmabuf
impl Unpin for dwl_dmabuf
impl UnwindSafe for dwl_dmabuf
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