Struct gudev_sys::GUdevEnumerator
source · [−]#[repr(C)]pub struct GUdevEnumerator {
pub parent: GObject,
pub priv_: *mut GUdevEnumeratorPrivate,
}Fields
parent: GObjectpriv_: *mut GUdevEnumeratorPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GUdevEnumerator
impl !Send for GUdevEnumerator
impl !Sync for GUdevEnumerator
impl Unpin for GUdevEnumerator
impl UnwindSafe for GUdevEnumerator
Blanket Implementations
Mutably borrows from an owned value. Read more