Enum rs::drawing::LockedStyle
source · [−]enum LockedStyle {
Free,
Latched,
Locked,
}
Variants
Free
Latched
Locked
Implementations
sourceimpl LockedStyle
impl LockedStyle
fn from_action(
action: &Action,
mods: &HashSet<Modifier>,
latched_view: &LatchedState,
current_view: &str
) -> LockedStyle
Trait Implementations
sourceimpl Clone for LockedStyle
impl Clone for LockedStyle
sourcefn clone(&self) -> LockedStyle
fn clone(&self) -> LockedStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LockedStyle
impl Debug for LockedStyle
sourceimpl PartialEq<LockedStyle> for LockedStyle
impl PartialEq<LockedStyle> for LockedStyle
impl Copy for LockedStyle
impl StructuralPartialEq for LockedStyle
Auto Trait Implementations
impl RefUnwindSafe for LockedStyle
impl Send for LockedStyle
impl Sync for LockedStyle
impl Unpin for LockedStyle
impl UnwindSafe for LockedStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more