pub struct Enumerate(*mut udev_enumerate);
Tuple Fields§
§0: *mut udev_enumerate
Implementations§
source§impl Enumerate
impl Enumerate
pub fn scan_devices(&self)
pub fn add_match_property(&self, key: &CStr, val: &CStr)
pub fn add_match_subsystem(&self, subsystem: &CStr)
pub fn iter(&self) -> DeviceIterator ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Enumerate
impl RefUnwindSafe for Enumerate
impl !Send for Enumerate
impl !Sync for Enumerate
impl Unpin for Enumerate
impl UnwindSafe for Enumerate
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