#[repr(transparent)]pub struct AndroidBitmapFormat(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for AndroidBitmapFormat
impl Clone for AndroidBitmapFormat
Source§fn clone(&self) -> AndroidBitmapFormat
fn clone(&self) -> AndroidBitmapFormat
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 AndroidBitmapFormat
impl Debug for AndroidBitmapFormat
Source§impl Hash for AndroidBitmapFormat
impl Hash for AndroidBitmapFormat
Source§impl PartialEq for AndroidBitmapFormat
impl PartialEq for AndroidBitmapFormat
impl Copy for AndroidBitmapFormat
impl Eq for AndroidBitmapFormat
impl StructuralPartialEq for AndroidBitmapFormat
Auto Trait Implementations§
impl Freeze for AndroidBitmapFormat
impl RefUnwindSafe for AndroidBitmapFormat
impl Send for AndroidBitmapFormat
impl Sync for AndroidBitmapFormat
impl Unpin for AndroidBitmapFormat
impl UnwindSafe for AndroidBitmapFormat
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