#[repr(C)]pub struct WindowManager_AvoidArea {
pub topRect: WindowManager_Rect,
pub leftRect: WindowManager_Rect,
pub rightRect: WindowManager_Rect,
pub bottomRect: WindowManager_Rect,
}Available on crate feature
api-15 only.Expand description
Defines the avoid area data structure.
Available since API-level: 15
Fields§
§topRect: WindowManager_RectTop rect of the avoid area.
leftRect: WindowManager_RectLeft rect of the avoid area.
rightRect: WindowManager_RectRight rect of the avoid area.
bottomRect: WindowManager_RectBottom rect of the avoid area.
Trait Implementations§
Source§impl Clone for WindowManager_AvoidArea
Available on crate feature api-12 only.
impl Clone for WindowManager_AvoidArea
Available on crate feature
api-12 only.Source§fn clone(&self) -> WindowManager_AvoidArea
fn clone(&self) -> WindowManager_AvoidArea
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 WindowManager_AvoidArea
Available on crate feature api-12 only.
impl Debug for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl Copy for WindowManager_AvoidArea
Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl RefUnwindSafe for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl Send for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl Sync for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl Unpin for WindowManager_AvoidArea
Available on crate feature
api-12 only.impl UnwindSafe for WindowManager_AvoidArea
Available on crate feature
api-12 only.Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature api-12 only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature
api-12 only.§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,
Available on crate feature api-12 only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on crate feature
api-12 only.§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)