Struct dma_buf::ioctl::dma_buf_sync
source · #[repr(C)]struct dma_buf_sync {
flags: u64,
}
Fields§
§flags: u64
Trait Implementations§
source§impl Default for dma_buf_sync
impl Default for dma_buf_sync
source§fn default() -> dma_buf_sync
fn default() -> dma_buf_sync
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for dma_buf_sync
impl RefUnwindSafe for dma_buf_sync
impl Send for dma_buf_sync
impl Sync for dma_buf_sync
impl Unpin for dma_buf_sync
impl UnwindSafe for dma_buf_sync
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