#[repr(C)]pub struct spa_pod_pointer {
pub pod: spa_pod,
pub body: spa_pod_pointer_body,
}
Fields§
§pod: spa_pod
§body: spa_pod_pointer_body
Trait Implementations§
Source§impl Clone for spa_pod_pointer
impl Clone for spa_pod_pointer
Source§fn clone(&self) -> spa_pod_pointer
fn clone(&self) -> spa_pod_pointer
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_pod_pointer
impl Debug for spa_pod_pointer
Source§impl PartialEq for spa_pod_pointer
impl PartialEq for spa_pod_pointer
impl Copy for spa_pod_pointer
impl Eq for spa_pod_pointer
impl StructuralPartialEq for spa_pod_pointer
Auto Trait Implementations§
impl Freeze for spa_pod_pointer
impl RefUnwindSafe for spa_pod_pointer
impl !Send for spa_pod_pointer
impl !Sync for spa_pod_pointer
impl Unpin for spa_pod_pointer
impl UnwindSafe for spa_pod_pointer
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