#[repr(i32)]pub enum AVHWFrameTransferDirection {
AV_HWFRAME_TRANSFER_DIRECTION_FROM = 0,
AV_HWFRAME_TRANSFER_DIRECTION_TO = 1,
}Variants§
AV_HWFRAME_TRANSFER_DIRECTION_FROM = 0
Transfer the data from the queried hw frame.
AV_HWFRAME_TRANSFER_DIRECTION_TO = 1
Transfer the data to the queried hw frame.
trait 实现§
源代码§impl Clone for AVHWFrameTransferDirection
impl Clone for AVHWFrameTransferDirection
源代码§fn clone(&self) -> AVHWFrameTransferDirection
fn clone(&self) -> AVHWFrameTransferDirection
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVHWFrameTransferDirection
impl Debug for AVHWFrameTransferDirection
源代码§impl Hash for AVHWFrameTransferDirection
impl Hash for AVHWFrameTransferDirection
源代码§impl PartialEq for AVHWFrameTransferDirection
impl PartialEq for AVHWFrameTransferDirection
impl Copy for AVHWFrameTransferDirection
impl Eq for AVHWFrameTransferDirection
impl StructuralPartialEq for AVHWFrameTransferDirection
自动 trait 实现§
impl Freeze for AVHWFrameTransferDirection
impl RefUnwindSafe for AVHWFrameTransferDirection
impl Send for AVHWFrameTransferDirection
impl Sync for AVHWFrameTransferDirection
impl Unpin for AVHWFrameTransferDirection
impl UnsafeUnpin for AVHWFrameTransferDirection
impl UnwindSafe for AVHWFrameTransferDirection
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多