pub enum OrientationValues {
Default,
Landscape,
Portrait,
}Variants§
Trait Implementations§
Source§impl Clone for OrientationValues
impl Clone for OrientationValues
Source§fn clone(&self) -> OrientationValues
fn clone(&self) -> OrientationValues
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 OrientationValues
impl Debug for OrientationValues
Source§impl Default for OrientationValues
impl Default for OrientationValues
Source§impl EnumTrait for OrientationValues
impl EnumTrait for OrientationValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for OrientationValues
impl RefUnwindSafe for OrientationValues
impl Send for OrientationValues
impl Sync for OrientationValues
impl Unpin for OrientationValues
impl UnwindSafe for OrientationValues
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