pub struct OutputNearestCommand {
pub position: f32,
}Expand description
Output position setting command.
Fields§
§position: f32Position to set
Implementations§
Auto Trait Implementations§
impl Freeze for OutputNearestCommand
impl RefUnwindSafe for OutputNearestCommand
impl Send for OutputNearestCommand
impl Sync for OutputNearestCommand
impl Unpin for OutputNearestCommand
impl UnsafeUnpin for OutputNearestCommand
impl UnwindSafe for OutputNearestCommand
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