Struct KS_AMVP_SELECTFORMATBY
#[repr(transparent)]pub struct KS_AMVP_SELECTFORMATBY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KS_AMVP_SELECTFORMATBY
impl Clone for KS_AMVP_SELECTFORMATBY
§fn clone(&self) -> KS_AMVP_SELECTFORMATBY
fn clone(&self) -> KS_AMVP_SELECTFORMATBY
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 more§impl Debug for KS_AMVP_SELECTFORMATBY
impl Debug for KS_AMVP_SELECTFORMATBY
§impl Default for KS_AMVP_SELECTFORMATBY
impl Default for KS_AMVP_SELECTFORMATBY
§fn default() -> KS_AMVP_SELECTFORMATBY
fn default() -> KS_AMVP_SELECTFORMATBY
Returns the “default value” for a type. Read more
§impl PartialEq for KS_AMVP_SELECTFORMATBY
impl PartialEq for KS_AMVP_SELECTFORMATBY
impl Copy for KS_AMVP_SELECTFORMATBY
impl Eq for KS_AMVP_SELECTFORMATBY
impl StructuralPartialEq for KS_AMVP_SELECTFORMATBY
Auto Trait Implementations§
impl Freeze for KS_AMVP_SELECTFORMATBY
impl RefUnwindSafe for KS_AMVP_SELECTFORMATBY
impl Send for KS_AMVP_SELECTFORMATBY
impl Sync for KS_AMVP_SELECTFORMATBY
impl Unpin for KS_AMVP_SELECTFORMATBY
impl UnwindSafe for KS_AMVP_SELECTFORMATBY
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