Struct GstH274 Digitally Signed Content Verification
Source #[repr(C)]pub struct GstH274DigitallySignedContentVerification {
pub id: u8,
pub verification_substream_id: u8,
pub signature_length_in_octets_minus1: u32,
pub signature: *mut u8,
pub signed_content_end_flag: u8,
}Fields§
§id: u8§verification_substream_id: u8§signature_length_in_octets_minus1: u32§signature: *mut u8§signed_content_end_flag: u8Trait Implementations§
Source§impl Clone for GstH274DigitallySignedContentVerification
impl Clone for GstH274DigitallySignedContentVerification
Source§fn clone(&self) -> GstH274DigitallySignedContentVerification
fn clone(&self) -> GstH274DigitallySignedContentVerification
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 GstH274DigitallySignedContentVerification
Auto Trait Implementations§
impl !Send for GstH274DigitallySignedContentVerification
impl !Sync for GstH274DigitallySignedContentVerification
impl Freeze for GstH274DigitallySignedContentVerification
impl RefUnwindSafe for GstH274DigitallySignedContentVerification
impl Unpin for GstH274DigitallySignedContentVerification
impl UnsafeUnpin for GstH274DigitallySignedContentVerification
impl UnwindSafe for GstH274DigitallySignedContentVerification
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