#[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
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