Struct gudev_sys::GUdevDevice
source · [−]#[repr(C)]pub struct GUdevDevice {
pub parent: GObject,
pub priv_: *mut GUdevDevicePrivate,
}Fields
parent: GObjectpriv_: *mut GUdevDevicePrivateTrait Implementations
sourceimpl Clone for GUdevDevice
impl Clone for GUdevDevice
sourcefn clone(&self) -> GUdevDevice
fn clone(&self) -> GUdevDevice
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GUdevDevice
impl Debug for GUdevDevice
impl Copy for GUdevDevice
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more