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