#[repr(C)]pub struct AVDVProfile {Show 17 fields
pub dsf: c_int,
pub video_stype: c_int,
pub frame_size: c_int,
pub difseg_size: c_int,
pub n_difchan: c_int,
pub time_base: AVRational,
pub ltc_divisor: c_int,
pub height: c_int,
pub width: c_int,
pub sar: [AVRational; 2],
pub pix_fmt: AVPixelFormat,
pub bpm: c_int,
pub block_sizes: *const u8,
pub audio_stride: c_int,
pub audio_min_samples: [c_int; 3],
pub audio_samples_dist: [c_int; 5],
pub audio_shuffle: *const [c_uchar; 9],
}Fields§
§dsf: c_int§video_stype: c_int§frame_size: c_int§difseg_size: c_int§n_difchan: c_int§time_base: AVRational§ltc_divisor: c_int§height: c_int§width: c_int§sar: [AVRational; 2]§pix_fmt: AVPixelFormat§bpm: c_int§block_sizes: *const u8§audio_stride: c_int§audio_min_samples: [c_int; 3]§audio_samples_dist: [c_int; 5]§audio_shuffle: *const [c_uchar; 9]trait 实现§
源代码§impl Clone for AVDVProfile
impl Clone for AVDVProfile
源代码§fn clone(&self) -> AVDVProfile
fn clone(&self) -> AVDVProfile
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 AVDVProfile
impl Debug for AVDVProfile
源代码§impl PartialEq for AVDVProfile
impl PartialEq for AVDVProfile
impl Copy for AVDVProfile
impl Eq for AVDVProfile
impl StructuralPartialEq for AVDVProfile
自动 trait 实现§
impl Freeze for AVDVProfile
impl RefUnwindSafe for AVDVProfile
impl !Send for AVDVProfile
impl !Sync for AVDVProfile
impl Unpin for AVDVProfile
impl UnsafeUnpin for AVDVProfile
impl UnwindSafe for AVDVProfile
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
从拥有的值可变地借用。 阅读更多