#[repr(C)]pub struct h265_dump_cfg {
pub type_: h265_dump_type,
}Fields§
§type_: h265_dump_typeTrait Implementations§
Source§impl Clone for h265_dump_cfg
impl Clone for h265_dump_cfg
Source§fn clone(&self) -> h265_dump_cfg
fn clone(&self) -> h265_dump_cfg
Returns a duplicate 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 h265_dump_cfg
impl Debug for h265_dump_cfg
impl Copy for h265_dump_cfg
Auto Trait Implementations§
impl Freeze for h265_dump_cfg
impl RefUnwindSafe for h265_dump_cfg
impl Send for h265_dump_cfg
impl Sync for h265_dump_cfg
impl Unpin for h265_dump_cfg
impl UnwindSafe for h265_dump_cfg
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