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