#[repr(C)]pub struct GstDsdPlaneOffsetMeta {
pub meta: GstMeta,
pub num_channels: c_int,
pub num_bytes_per_channel: size_t,
pub offsets: *mut size_t,
pub priv_offsets_arr: [size_t; 8],
pub _gst_reserved: [gpointer; 4],
}
Fields§
§meta: GstMeta
§num_channels: c_int
§num_bytes_per_channel: size_t
§offsets: *mut size_t
§priv_offsets_arr: [size_t; 8]
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstDsdPlaneOffsetMeta
impl Clone for GstDsdPlaneOffsetMeta
source§fn clone(&self) -> GstDsdPlaneOffsetMeta
fn clone(&self) -> GstDsdPlaneOffsetMeta
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 GstDsdPlaneOffsetMeta
impl Debug for GstDsdPlaneOffsetMeta
impl Copy for GstDsdPlaneOffsetMeta
Auto Trait Implementations§
impl Freeze for GstDsdPlaneOffsetMeta
impl RefUnwindSafe for GstDsdPlaneOffsetMeta
impl !Send for GstDsdPlaneOffsetMeta
impl !Sync for GstDsdPlaneOffsetMeta
impl Unpin for GstDsdPlaneOffsetMeta
impl UnwindSafe for GstDsdPlaneOffsetMeta
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)