Struct GstH274 Registered User Data
Source #[repr(C)]pub struct GstH274RegisteredUserData {
pub country_code: u8,
pub country_code_extension: u8,
pub size: c_uint,
pub data: *const u8,
}Fields§
§country_code: u8§country_code_extension: u8§size: c_uint§data: *const u8Trait Implementations§
Source§impl Clone for GstH274RegisteredUserData
impl Clone for GstH274RegisteredUserData
Source§fn clone(&self) -> GstH274RegisteredUserData
fn clone(&self) -> GstH274RegisteredUserData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstH274RegisteredUserData
Auto Trait Implementations§
impl !Send for GstH274RegisteredUserData
impl !Sync for GstH274RegisteredUserData
impl Freeze for GstH274RegisteredUserData
impl RefUnwindSafe for GstH274RegisteredUserData
impl Unpin for GstH274RegisteredUserData
impl UnsafeUnpin for GstH274RegisteredUserData
impl UnwindSafe for GstH274RegisteredUserData
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