Struct drm_ffi::drm_list[][src]

#[repr(C)]
pub struct drm_list { pub count: i32, pub version: *mut drm_version, }

Fields

count: i32version: *mut drm_version

Trait Implementations

impl Clone for drm_list[src]

impl Copy for drm_list[src]

impl Debug for drm_list[src]

impl Default for drm_list[src]

impl Eq for drm_list[src]

impl Hash for drm_list[src]

impl PartialEq<drm_list> for drm_list[src]

impl StructuralEq for drm_list[src]

impl StructuralPartialEq for drm_list[src]

Auto Trait Implementations

impl RefUnwindSafe for drm_list

impl !Send for drm_list

impl !Sync for drm_list

impl Unpin for drm_list

impl UnwindSafe for drm_list

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.