Struct ndk_sys::ANativeWindow_LegacyFormat
source · #[repr(transparent)]pub struct ANativeWindow_LegacyFormat(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl ANativeWindow_LegacyFormat
impl ANativeWindow_LegacyFormat
pub const WINDOW_FORMAT_RGBA_8888: ANativeWindow_LegacyFormat = _
Trait Implementations
sourceimpl Clone for ANativeWindow_LegacyFormat
impl Clone for ANativeWindow_LegacyFormat
sourcefn clone(&self) -> ANativeWindow_LegacyFormat
fn clone(&self) -> ANativeWindow_LegacyFormat
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 Debug for ANativeWindow_LegacyFormat
impl Debug for ANativeWindow_LegacyFormat
sourceimpl Hash for ANativeWindow_LegacyFormat
impl Hash for ANativeWindow_LegacyFormat
sourceimpl PartialEq<ANativeWindow_LegacyFormat> for ANativeWindow_LegacyFormat
impl PartialEq<ANativeWindow_LegacyFormat> for ANativeWindow_LegacyFormat
sourcefn eq(&self, other: &ANativeWindow_LegacyFormat) -> bool
fn eq(&self, other: &ANativeWindow_LegacyFormat) -> bool
impl Copy for ANativeWindow_LegacyFormat
impl Eq for ANativeWindow_LegacyFormat
impl StructuralEq for ANativeWindow_LegacyFormat
impl StructuralPartialEq for ANativeWindow_LegacyFormat
Auto Trait Implementations
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
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