Struct ash::vk::native::StdVideoH265ProfileTierLevel   
source · #[repr(C)]pub struct StdVideoH265ProfileTierLevel {
    pub flags: StdVideoH265ProfileTierLevelFlags,
    pub general_profile_idc: StdVideoH265ProfileIdc,
    pub general_level_idc: StdVideoH265LevelIdc,
}Fields§
§flags: StdVideoH265ProfileTierLevelFlags§general_profile_idc: StdVideoH265ProfileIdc§general_level_idc: StdVideoH265LevelIdcTrait Implementations§
source§impl Clone for StdVideoH265ProfileTierLevel
 
impl Clone for StdVideoH265ProfileTierLevel
source§fn clone(&self) -> StdVideoH265ProfileTierLevel
 
fn clone(&self) -> StdVideoH265ProfileTierLevel
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 StdVideoH265ProfileTierLevel
 
impl Debug for StdVideoH265ProfileTierLevel
impl Copy for StdVideoH265ProfileTierLevel
Auto Trait Implementations§
impl Freeze for StdVideoH265ProfileTierLevel
impl RefUnwindSafe for StdVideoH265ProfileTierLevel
impl Send for StdVideoH265ProfileTierLevel
impl Sync for StdVideoH265ProfileTierLevel
impl Unpin for StdVideoH265ProfileTierLevel
impl UnwindSafe for StdVideoH265ProfileTierLevel
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)