Struct gudev_sys::GUdevClient
source · #[repr(C)]pub struct GUdevClient {
pub parent: GObject,
pub priv_: *mut GUdevClientPrivate,
}Fields§
§parent: GObject§priv_: *mut GUdevClientPrivateTrait Implementations§
source§impl Clone for GUdevClient
impl Clone for GUdevClient
source§fn clone(&self) -> GUdevClient
fn clone(&self) -> GUdevClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more