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