#[repr(u32)]
pub enum AVHWFrameTransferDirection {
AV_HWFRAME_TRANSFER_DIRECTION_FROM,
AV_HWFRAME_TRANSFER_DIRECTION_TO,
}Variants
AV_HWFRAME_TRANSFER_DIRECTION_FROM
AV_HWFRAME_TRANSFER_DIRECTION_TO
Trait Implementations
sourceimpl Clone for AVHWFrameTransferDirection
impl Clone for AVHWFrameTransferDirection
sourcefn clone(&self) -> AVHWFrameTransferDirection
fn clone(&self) -> AVHWFrameTransferDirection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVHWFrameTransferDirection
impl Debug for AVHWFrameTransferDirection
sourceimpl Hash for AVHWFrameTransferDirection
impl Hash for AVHWFrameTransferDirection
impl Copy for AVHWFrameTransferDirection
impl Eq for AVHWFrameTransferDirection
impl StructuralEq for AVHWFrameTransferDirection
impl StructuralPartialEq for AVHWFrameTransferDirection
Auto Trait Implementations
impl RefUnwindSafe for AVHWFrameTransferDirection
impl Send for AVHWFrameTransferDirection
impl Sync for AVHWFrameTransferDirection
impl Unpin for AVHWFrameTransferDirection
impl UnwindSafe for AVHWFrameTransferDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more