Struct activity::SetOrientationLockStateArgs
source · pub struct SetOrientationLockStateArgs {
pub lock_state: String,
pub picture_in_picture_lock_state: String,
pub grid_lock_state: String,
}Fields§
§lock_state: String§picture_in_picture_lock_state: String§grid_lock_state: StringTrait Implementations§
source§impl Debug for SetOrientationLockStateArgs
impl Debug for SetOrientationLockStateArgs
source§impl<'de> Deserialize<'de> for SetOrientationLockStateArgs
impl<'de> Deserialize<'de> for SetOrientationLockStateArgs
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetOrientationLockStateArgs
impl RefUnwindSafe for SetOrientationLockStateArgs
impl Send for SetOrientationLockStateArgs
impl Sync for SetOrientationLockStateArgs
impl Unpin for SetOrientationLockStateArgs
impl UnwindSafe for SetOrientationLockStateArgs
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