pub struct ClearDeviceOrientationOverride {}๐Deprecated
Expand description
Clears the overridden Device Orientation. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ClearDeviceOrientationOverride
impl Clone for ClearDeviceOrientationOverride
Sourceยงfn clone(&self) -> ClearDeviceOrientationOverride
fn clone(&self) -> ClearDeviceOrientationOverride
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 Command for ClearDeviceOrientationOverride
impl Command for ClearDeviceOrientationOverride
Auto Trait Implementationsยง
impl Freeze for ClearDeviceOrientationOverride
impl RefUnwindSafe for ClearDeviceOrientationOverride
impl Send for ClearDeviceOrientationOverride
impl Sync for ClearDeviceOrientationOverride
impl Unpin for ClearDeviceOrientationOverride
impl UnwindSafe for ClearDeviceOrientationOverride
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