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