Struct drm::control::connector::Handle [−][src]
#[repr(transparent)]pub struct Handle(_);
A handle to a connector
Trait Implementations
impl From<NonZeroU32> for Handle[src]
impl From<NonZeroU32> for Handle[src]fn from(handle: RawResourceHandle) -> Self[src]
impl StructuralEq for Handle[src]
impl StructuralEq for Handle[src]impl StructuralPartialEq for Handle[src]
impl StructuralPartialEq for Handle[src]Auto Trait Implementations
impl RefUnwindSafe for Handle
impl RefUnwindSafe for Handleimpl UnwindSafe for Handle
impl UnwindSafe for Handle