#[repr(C)]pub struct NativeDisplayManager_WaterfallDisplayAreaRects {
pub left: NativeDisplayManager_Rect,
pub top: NativeDisplayManager_Rect,
pub right: NativeDisplayManager_Rect,
pub bottom: NativeDisplayManager_Rect,
}Available on crate feature
api-12 only.Expand description
Defines the display waterfallDisplayAreaRects data structure.
Available since API-level: 12
Version: 1.0
Fields§
§left: NativeDisplayManager_Rect§top: NativeDisplayManager_Rect§right: NativeDisplayManager_Rect§bottom: NativeDisplayManager_RectTrait Implementations§
Source§impl Clone for NativeDisplayManager_WaterfallDisplayAreaRects
impl Clone for NativeDisplayManager_WaterfallDisplayAreaRects
Source§fn clone(&self) -> NativeDisplayManager_WaterfallDisplayAreaRects
fn clone(&self) -> NativeDisplayManager_WaterfallDisplayAreaRects
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 moreimpl Copy for NativeDisplayManager_WaterfallDisplayAreaRects
Auto Trait Implementations§
impl Freeze for NativeDisplayManager_WaterfallDisplayAreaRects
impl RefUnwindSafe for NativeDisplayManager_WaterfallDisplayAreaRects
impl Send for NativeDisplayManager_WaterfallDisplayAreaRects
impl Sync for NativeDisplayManager_WaterfallDisplayAreaRects
impl Unpin for NativeDisplayManager_WaterfallDisplayAreaRects
impl UnwindSafe for NativeDisplayManager_WaterfallDisplayAreaRects
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)