#[repr(C)]pub struct drm_amdgpu_info_video_caps {
pub codec_info: [drm_amdgpu_info_video_codec_info; 8],
}Fields§
§codec_info: [drm_amdgpu_info_video_codec_info; 8]Implementations§
Source§impl drm_amdgpu_info_video_caps
impl drm_amdgpu_info_video_caps
pub fn get_codec_info(&self, codec: CODEC) -> drm_amdgpu_info_video_codec_info
Trait Implementations§
Source§impl Clone for drm_amdgpu_info_video_caps
impl Clone for drm_amdgpu_info_video_caps
Source§fn clone(&self) -> drm_amdgpu_info_video_caps
fn clone(&self) -> drm_amdgpu_info_video_caps
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 drm_amdgpu_info_video_caps
impl Debug for drm_amdgpu_info_video_caps
impl Copy for drm_amdgpu_info_video_caps
Auto Trait Implementations§
impl Freeze for drm_amdgpu_info_video_caps
impl RefUnwindSafe for drm_amdgpu_info_video_caps
impl Send for drm_amdgpu_info_video_caps
impl Sync for drm_amdgpu_info_video_caps
impl Unpin for drm_amdgpu_info_video_caps
impl UnwindSafe for drm_amdgpu_info_video_caps
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