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