Struct libudev_sys::udev_device
source · #[repr(C)]pub struct udev_device {
pub(crate) __private: c_void,
}
Fields§
§__private: c_void
Auto Trait Implementations§
impl Freeze for udev_device
impl RefUnwindSafe for udev_device
impl Send for udev_device
impl Sync for udev_device
impl Unpin for udev_device
impl UnwindSafe for udev_device
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more