Struct libspa_sys::spa_pod_frame
source · #[repr(C)]pub struct spa_pod_frame {
pub pod: spa_pod,
pub parent: *mut spa_pod_frame,
pub offset: u32,
pub flags: u32,
}
Expand description
\addtogroup spa_pod {
Fields§
§pod: spa_pod
§parent: *mut spa_pod_frame
§offset: u32
§flags: u32
Trait Implementations§
source§impl Clone for spa_pod_frame
impl Clone for spa_pod_frame
source§fn clone(&self) -> spa_pod_frame
fn clone(&self) -> spa_pod_frame
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_pod_frame
impl Debug for spa_pod_frame
source§impl PartialEq for spa_pod_frame
impl PartialEq for spa_pod_frame
source§fn eq(&self, other: &spa_pod_frame) -> bool
fn eq(&self, other: &spa_pod_frame) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_pod_frame
impl Eq for spa_pod_frame
impl StructuralPartialEq for spa_pod_frame
Auto Trait Implementations§
impl RefUnwindSafe for spa_pod_frame
impl !Send for spa_pod_frame
impl !Sync for spa_pod_frame
impl Unpin for spa_pod_frame
impl UnwindSafe for spa_pod_frame
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