#[repr(C)]pub struct NativeDisplayManager_Rect {
pub left: i32,
pub top: i32,
pub width: u32,
pub height: u32,
}Available on crate feature
api-12 only.Expand description
Defines the display rect data structure.
Available since API-level: 12
Version: 1.0
Fields§
§left: i32§top: i32§width: u32§height: u32Trait Implementations§
Source§impl Clone for NativeDisplayManager_Rect
impl Clone for NativeDisplayManager_Rect
Source§fn clone(&self) -> NativeDisplayManager_Rect
fn clone(&self) -> NativeDisplayManager_Rect
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeDisplayManager_Rect
impl Debug for NativeDisplayManager_Rect
impl Copy for NativeDisplayManager_Rect
Auto Trait Implementations§
impl Freeze for NativeDisplayManager_Rect
impl RefUnwindSafe for NativeDisplayManager_Rect
impl Send for NativeDisplayManager_Rect
impl Sync for NativeDisplayManager_Rect
impl Unpin for NativeDisplayManager_Rect
impl UnwindSafe for NativeDisplayManager_Rect
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)