pub struct ClientRects { /* private fields */ }Implementations§
Source§impl ClientRects
impl ClientRects
pub fn get(&self, index: usize) -> Option<ClientRect>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn is_not_empty(&self) -> bool
pub fn first(&self) -> Option<ClientRect>
pub fn last(&self) -> Option<ClientRect>
pub fn iter(&self) -> ClientRectsIter<'_> ⓘ
Trait Implementations§
Source§impl IntoIterator for ClientRects
impl IntoIterator for ClientRects
Auto Trait Implementations§
impl Freeze for ClientRects
impl RefUnwindSafe for ClientRects
impl !Send for ClientRects
impl !Sync for ClientRects
impl Unpin for ClientRects
impl UnwindSafe for ClientRects
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