#[repr(transparent)]pub struct ANativeWindowTransform(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
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
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