#[repr(C)]pub struct sd_device_enumerator;Trait Implementations§
Source§impl Clone for sd_device_enumerator
impl Clone for sd_device_enumerator
Source§fn clone(&self) -> sd_device_enumerator
fn clone(&self) -> sd_device_enumerator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sd_device_enumerator
impl Debug for sd_device_enumerator
Source§impl Hash for sd_device_enumerator
impl Hash for sd_device_enumerator
Source§impl PartialEq for sd_device_enumerator
impl PartialEq for sd_device_enumerator
impl Copy for sd_device_enumerator
impl Eq for sd_device_enumerator
impl StructuralPartialEq for sd_device_enumerator
Auto Trait Implementations§
impl Freeze for sd_device_enumerator
impl RefUnwindSafe for sd_device_enumerator
impl Send for sd_device_enumerator
impl Sync for sd_device_enumerator
impl Unpin for sd_device_enumerator
impl UnwindSafe for sd_device_enumerator
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