Struct dmabuf_token
struct dmabuf_token { ... }
Fields
token_start: __u32token_count: __u32
Implementations
impl Clone for dmabuf_token
fn clone(self: &Self) -> dmabuf_token
impl Copy for dmabuf_token
impl Debug for dmabuf_token
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for dmabuf_token
impl RefUnwindSafe for dmabuf_token
impl Send for dmabuf_token
impl Sync for dmabuf_token
impl Unpin for dmabuf_token
impl UnsafeUnpin for dmabuf_token
impl UnwindSafe for dmabuf_token
impl<T> Any for dmabuf_token
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for dmabuf_token
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for dmabuf_token
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for dmabuf_token
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for dmabuf_token
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for dmabuf_token
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for dmabuf_token
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for dmabuf_token
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>