Struct udev
#[repr(C)]pub struct udev { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for udev
impl RefUnwindSafe for udev
impl Send for udev
impl Sync for udev
impl Unpin for udev
impl UnwindSafe for udev
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