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