Struct alsa_sys::snd_dlsym_link
source · #[repr(C)]pub struct snd_dlsym_link {
pub next: *mut snd_dlsym_link,
pub dlsym_name: *const c_char,
pub dlsym_ptr: *const c_void,
}
Fields§
§next: *mut snd_dlsym_link
§dlsym_name: *const c_char
§dlsym_ptr: *const c_void
Trait Implementations§
source§impl Clone for snd_dlsym_link
impl Clone for snd_dlsym_link
source§fn clone(&self) -> snd_dlsym_link
fn clone(&self) -> snd_dlsym_link
Returns a copy 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 snd_dlsym_link
impl Debug for snd_dlsym_link
impl Copy for snd_dlsym_link
Auto Trait Implementations§
impl RefUnwindSafe for snd_dlsym_link
impl !Send for snd_dlsym_link
impl !Sync for snd_dlsym_link
impl Unpin for snd_dlsym_link
impl UnwindSafe for snd_dlsym_link
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