Struct vm_memory::udmabuf_bindings::udmabuf_create
source · #[repr(C)]pub struct udmabuf_create {
pub memfd: u32,
pub flags: u32,
pub offset: u64,
pub size: u64,
}
Fields§
§memfd: u32
§flags: u32
§offset: u64
§size: u64
Trait Implementations§
source§impl Clone for udmabuf_create
impl Clone for udmabuf_create
source§fn clone(&self) -> udmabuf_create
fn clone(&self) -> udmabuf_create
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 udmabuf_create
impl Debug for udmabuf_create
source§impl Default for udmabuf_create
impl Default for udmabuf_create
source§fn default() -> udmabuf_create
fn default() -> udmabuf_create
Returns the “default value” for a type. Read more
impl Copy for udmabuf_create
Auto Trait Implementations§
impl RefUnwindSafe for udmabuf_create
impl Send for udmabuf_create
impl Sync for udmabuf_create
impl Unpin for udmabuf_create
impl UnwindSafe for udmabuf_create
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