#[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: u64Trait 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 Freeze for udmabuf_create
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