Struct ndk_sys::AIMAGE_FORMATS
source · [−]#[repr(transparent)]pub struct AIMAGE_FORMATS(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RGBA_8888: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RGBX_8888: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RGB_888: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RGB_565: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RGBA_FP16: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_YUV_420_888: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_JPEG: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RAW16: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RAW_PRIVATE: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RAW10: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_RAW12: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_DEPTH16: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_DEPTH_POINT_CLOUD: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_PRIVATE: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_Y8: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_HEIC: AIMAGE_FORMATS = _
sourceimpl AIMAGE_FORMATS
impl AIMAGE_FORMATS
pub const AIMAGE_FORMAT_DEPTH_JPEG: AIMAGE_FORMATS = _
Trait Implementations
sourceimpl Clone for AIMAGE_FORMATS
impl Clone for AIMAGE_FORMATS
sourcefn clone(&self) -> AIMAGE_FORMATS
fn clone(&self) -> AIMAGE_FORMATS
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 more
sourceimpl Debug for AIMAGE_FORMATS
impl Debug for AIMAGE_FORMATS
sourceimpl Hash for AIMAGE_FORMATS
impl Hash for AIMAGE_FORMATS
sourceimpl PartialEq<AIMAGE_FORMATS> for AIMAGE_FORMATS
impl PartialEq<AIMAGE_FORMATS> for AIMAGE_FORMATS
sourcefn eq(&self, other: &AIMAGE_FORMATS) -> bool
fn eq(&self, other: &AIMAGE_FORMATS) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AIMAGE_FORMATS) -> bool
fn ne(&self, other: &AIMAGE_FORMATS) -> bool
This method tests for !=.
impl Copy for AIMAGE_FORMATS
impl Eq for AIMAGE_FORMATS
impl StructuralEq for AIMAGE_FORMATS
impl StructuralPartialEq for AIMAGE_FORMATS
Auto Trait Implementations
impl RefUnwindSafe for AIMAGE_FORMATS
impl Send for AIMAGE_FORMATS
impl Sync for AIMAGE_FORMATS
impl Unpin for AIMAGE_FORMATS
impl UnwindSafe for AIMAGE_FORMATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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