#[repr(transparent)]pub struct ANativeWindow_FrameRateCompatibility(pub c_uint);
Tuple Fields
0: c_uint
Implementations
Trait Implementations
sourceimpl Clone for ANativeWindow_FrameRateCompatibility
impl Clone for ANativeWindow_FrameRateCompatibility
sourcefn clone(&self) -> ANativeWindow_FrameRateCompatibility
fn clone(&self) -> ANativeWindow_FrameRateCompatibility
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ANativeWindow_FrameRateCompatibility> for ANativeWindow_FrameRateCompatibility
impl PartialEq<ANativeWindow_FrameRateCompatibility> for ANativeWindow_FrameRateCompatibility
sourcefn eq(&self, other: &ANativeWindow_FrameRateCompatibility) -> bool
fn eq(&self, other: &ANativeWindow_FrameRateCompatibility) -> bool
impl Copy for ANativeWindow_FrameRateCompatibility
impl Eq for ANativeWindow_FrameRateCompatibility
impl StructuralEq for ANativeWindow_FrameRateCompatibility
impl StructuralPartialEq for ANativeWindow_FrameRateCompatibility
Auto Trait Implementations
impl RefUnwindSafe for ANativeWindow_FrameRateCompatibility
impl Send for ANativeWindow_FrameRateCompatibility
impl Sync for ANativeWindow_FrameRateCompatibility
impl Unpin for ANativeWindow_FrameRateCompatibility
impl UnwindSafe for ANativeWindow_FrameRateCompatibility
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more