Struct libspa_sys::spa_hook_list
source · #[repr(C)]pub struct spa_hook_list {
pub list: spa_list,
}
Expand description
\struct spa_hook_list A list of hooks. This struct is primarily used by implementation that use multiple caller-provided \ref spa_hook.
Fields§
§list: spa_list
Trait Implementations§
source§impl Clone for spa_hook_list
impl Clone for spa_hook_list
source§fn clone(&self) -> spa_hook_list
fn clone(&self) -> spa_hook_list
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 spa_hook_list
impl Debug for spa_hook_list
source§impl PartialEq for spa_hook_list
impl PartialEq for spa_hook_list
source§fn eq(&self, other: &spa_hook_list) -> bool
fn eq(&self, other: &spa_hook_list) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_hook_list
impl Eq for spa_hook_list
impl StructuralPartialEq for spa_hook_list
Auto Trait Implementations§
impl RefUnwindSafe for spa_hook_list
impl !Send for spa_hook_list
impl !Sync for spa_hook_list
impl Unpin for spa_hook_list
impl UnwindSafe for spa_hook_list
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