#[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 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 spa_hook_list
impl Debug for spa_hook_list
Source§impl PartialEq for spa_hook_list
impl PartialEq for spa_hook_list
impl Copy for spa_hook_list
impl Eq for spa_hook_list
impl StructuralPartialEq for spa_hook_list
Auto Trait Implementations§
impl Freeze for spa_hook_list
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