Struct ndk_sys::AndroidBitmapFormat
source · #[repr(transparent)]pub struct AndroidBitmapFormat(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_NONE: AndroidBitmapFormat = _
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_RGBA_8888: AndroidBitmapFormat = _
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_RGB_565: AndroidBitmapFormat = _
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_RGBA_4444: AndroidBitmapFormat = _
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_A_8: AndroidBitmapFormat = _
sourceimpl AndroidBitmapFormat
impl AndroidBitmapFormat
pub const ANDROID_BITMAP_FORMAT_RGBA_F16: AndroidBitmapFormat = _
Trait Implementations
sourceimpl Clone for AndroidBitmapFormat
impl Clone for AndroidBitmapFormat
sourcefn clone(&self) -> AndroidBitmapFormat
fn clone(&self) -> AndroidBitmapFormat
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 AndroidBitmapFormat
impl Debug for AndroidBitmapFormat
sourceimpl Hash for AndroidBitmapFormat
impl Hash for AndroidBitmapFormat
sourceimpl PartialEq<AndroidBitmapFormat> for AndroidBitmapFormat
impl PartialEq<AndroidBitmapFormat> for AndroidBitmapFormat
sourcefn eq(&self, other: &AndroidBitmapFormat) -> bool
fn eq(&self, other: &AndroidBitmapFormat) -> bool
impl Copy for AndroidBitmapFormat
impl Eq for AndroidBitmapFormat
impl StructuralEq for AndroidBitmapFormat
impl StructuralPartialEq for AndroidBitmapFormat
Auto Trait Implementations
impl RefUnwindSafe for AndroidBitmapFormat
impl Send for AndroidBitmapFormat
impl Sync for AndroidBitmapFormat
impl Unpin for AndroidBitmapFormat
impl UnwindSafe for AndroidBitmapFormat
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