#[repr(C)]pub struct AVDRMLayerDescriptor {
pub format: u32,
pub nb_planes: c_int,
pub planes: [AVDRMPlaneDescriptor; 4],
}
Fields§
§format: u32
§nb_planes: c_int
§planes: [AVDRMPlaneDescriptor; 4]
Trait Implementations§
Source§impl Clone for AVDRMLayerDescriptor
impl Clone for AVDRMLayerDescriptor
Source§fn clone(&self) -> AVDRMLayerDescriptor
fn clone(&self) -> AVDRMLayerDescriptor
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 AVDRMLayerDescriptor
impl Debug for AVDRMLayerDescriptor
Source§impl PartialEq for AVDRMLayerDescriptor
impl PartialEq for AVDRMLayerDescriptor
impl Copy for AVDRMLayerDescriptor
impl Eq for AVDRMLayerDescriptor
impl StructuralPartialEq for AVDRMLayerDescriptor
Auto Trait Implementations§
impl Freeze for AVDRMLayerDescriptor
impl RefUnwindSafe for AVDRMLayerDescriptor
impl Send for AVDRMLayerDescriptor
impl Sync for AVDRMLayerDescriptor
impl Unpin for AVDRMLayerDescriptor
impl UnwindSafe for AVDRMLayerDescriptor
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