Struct ndk_sys::ANativeWindow_LegacyFormat
source · #[repr(transparent)]pub struct ANativeWindow_LegacyFormat(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl ANativeWindow_LegacyFormat
impl ANativeWindow_LegacyFormat
pub const WINDOW_FORMAT_RGBA_8888: ANativeWindow_LegacyFormat = _
Trait Implementations§
source§impl Clone for ANativeWindow_LegacyFormat
impl Clone for ANativeWindow_LegacyFormat
source§fn clone(&self) -> ANativeWindow_LegacyFormat
fn clone(&self) -> ANativeWindow_LegacyFormat
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 Debug for ANativeWindow_LegacyFormat
impl Debug for ANativeWindow_LegacyFormat
source§impl Hash for ANativeWindow_LegacyFormat
impl Hash for ANativeWindow_LegacyFormat
source§impl PartialEq for ANativeWindow_LegacyFormat
impl PartialEq for ANativeWindow_LegacyFormat
source§fn eq(&self, other: &ANativeWindow_LegacyFormat) -> bool
fn eq(&self, other: &ANativeWindow_LegacyFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ANativeWindow_LegacyFormat
impl Eq for ANativeWindow_LegacyFormat
impl StructuralPartialEq for ANativeWindow_LegacyFormat
Auto Trait Implementations§
impl Freeze for ANativeWindow_LegacyFormat
impl RefUnwindSafe for ANativeWindow_LegacyFormat
impl Send for ANativeWindow_LegacyFormat
impl Sync for ANativeWindow_LegacyFormat
impl Unpin for ANativeWindow_LegacyFormat
impl UnwindSafe for ANativeWindow_LegacyFormat
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