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