#[repr(transparent)]pub struct ANativeWindow_FrameRateCompatibility(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
source§impl Clone for ANativeWindow_FrameRateCompatibility
impl Clone for ANativeWindow_FrameRateCompatibility
source§fn clone(&self) -> ANativeWindow_FrameRateCompatibility
fn clone(&self) -> ANativeWindow_FrameRateCompatibility
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 PartialEq for ANativeWindow_FrameRateCompatibility
impl PartialEq for ANativeWindow_FrameRateCompatibility
source§fn eq(&self, other: &ANativeWindow_FrameRateCompatibility) -> bool
fn eq(&self, other: &ANativeWindow_FrameRateCompatibility) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ANativeWindow_FrameRateCompatibility
impl Eq for ANativeWindow_FrameRateCompatibility
impl StructuralPartialEq for ANativeWindow_FrameRateCompatibility
Auto Trait Implementations§
impl Freeze for ANativeWindow_FrameRateCompatibility
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§
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