pub struct ScreenOrientationState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ScreenOrientationState
impl Clone for ScreenOrientationState
Source§fn clone(&self) -> ScreenOrientationState
fn clone(&self) -> ScreenOrientationState
Returns a duplicate 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 ScreenOrientationState
impl Debug for ScreenOrientationState
Source§impl PartialEq for ScreenOrientationState
impl PartialEq for ScreenOrientationState
impl Eq for ScreenOrientationState
impl StructuralPartialEq for ScreenOrientationState
Auto Trait Implementations§
impl Freeze for ScreenOrientationState
impl RefUnwindSafe for ScreenOrientationState
impl Send for ScreenOrientationState
impl Sync for ScreenOrientationState
impl Unpin for ScreenOrientationState
impl UnsafeUnpin for ScreenOrientationState
impl UnwindSafe for ScreenOrientationState
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