#[repr(u32)]
pub enum AVHWFrameTransferDirection {
AV_HWFRAME_TRANSFER_DIRECTION_FROM,
AV_HWFRAME_TRANSFER_DIRECTION_TO,
}Variants§
Trait Implementations§
source§impl Clone for AVHWFrameTransferDirection
impl Clone for AVHWFrameTransferDirection
source§fn clone(&self) -> AVHWFrameTransferDirection
fn clone(&self) -> AVHWFrameTransferDirection
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 AVHWFrameTransferDirection
impl Debug for AVHWFrameTransferDirection
source§impl Hash for AVHWFrameTransferDirection
impl Hash for AVHWFrameTransferDirection
source§impl PartialEq<AVHWFrameTransferDirection> for AVHWFrameTransferDirection
impl PartialEq<AVHWFrameTransferDirection> for AVHWFrameTransferDirection
source§fn eq(&self, other: &AVHWFrameTransferDirection) -> bool
fn eq(&self, other: &AVHWFrameTransferDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.