#[repr(C)]pub struct UdevEntry { /* private fields */ }
Expand description
UDEV list entry.
An entry contains contains a name, and optionally a value.
Implementations§
Trait Implementations§
impl StructuralPartialEq for UdevEntry
Auto Trait Implementations§
impl Freeze for UdevEntry
impl RefUnwindSafe for UdevEntry
impl Send for UdevEntry
impl Sync for UdevEntry
impl Unpin for UdevEntry
impl UnwindSafe for UdevEntry
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