#[repr(C)]pub struct AVDRMObjectDescriptor {
pub fd: c_int,
pub size: usize,
pub format_modifier: u64,
}
Fields§
§fd: c_int
§size: usize
§format_modifier: u64
Trait Implementations§
Source§impl Clone for AVDRMObjectDescriptor
impl Clone for AVDRMObjectDescriptor
Source§fn clone(&self) -> AVDRMObjectDescriptor
fn clone(&self) -> AVDRMObjectDescriptor
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 AVDRMObjectDescriptor
impl Debug for AVDRMObjectDescriptor
Source§impl PartialEq for AVDRMObjectDescriptor
impl PartialEq for AVDRMObjectDescriptor
impl Copy for AVDRMObjectDescriptor
impl Eq for AVDRMObjectDescriptor
impl StructuralPartialEq for AVDRMObjectDescriptor
Auto Trait Implementations§
impl Freeze for AVDRMObjectDescriptor
impl RefUnwindSafe for AVDRMObjectDescriptor
impl Send for AVDRMObjectDescriptor
impl Sync for AVDRMObjectDescriptor
impl Unpin for AVDRMObjectDescriptor
impl UnwindSafe for AVDRMObjectDescriptor
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