Struct gstreamer_sys::GstMapInfo
source · #[repr(C)]pub struct GstMapInfo {
pub memory: *mut GstMemory,
pub flags: GstMapFlags,
pub data: *mut u8,
pub size: size_t,
pub maxsize: size_t,
pub user_data: [gpointer; 4],
pub _gst_reserved: [gpointer; 4],
}
Fields§
§memory: *mut GstMemory
§flags: GstMapFlags
§data: *mut u8
§size: size_t
§maxsize: size_t
§user_data: [gpointer; 4]
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstMapInfo
impl Clone for GstMapInfo
source§fn clone(&self) -> GstMapInfo
fn clone(&self) -> GstMapInfo
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 GstMapInfo
impl Debug for GstMapInfo
impl Copy for GstMapInfo
Auto Trait Implementations§
impl Freeze for GstMapInfo
impl RefUnwindSafe for GstMapInfo
impl !Send for GstMapInfo
impl !Sync for GstMapInfo
impl Unpin for GstMapInfo
impl UnwindSafe for GstMapInfo
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)