pub struct CycleNextArguments { /* private fields */ }Expand description
Arguments to supply to the CycleNext command.
§Panics
While Hyprland doesn’t theoretically error when both “floating” and “tiled” are supplied, we shouldn’t allow it as it doesn’t make sense.
Implementations§
Trait Implementations§
Source§impl Argument for CycleNextArguments
impl Argument for CycleNextArguments
fn to_argument_string(&self) -> String
Source§impl Clone for CycleNextArguments
impl Clone for CycleNextArguments
Source§fn clone(&self) -> CycleNextArguments
fn clone(&self) -> CycleNextArguments
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 CycleNextArguments
impl Debug for CycleNextArguments
Source§impl Default for CycleNextArguments
impl Default for CycleNextArguments
impl Copy for CycleNextArguments
Auto Trait Implementations§
impl Freeze for CycleNextArguments
impl RefUnwindSafe for CycleNextArguments
impl Send for CycleNextArguments
impl Sync for CycleNextArguments
impl Unpin for CycleNextArguments
impl UnwindSafe for CycleNextArguments
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