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