Struct tauri_runtime_wry::PositionWrapper
source · pub struct PositionWrapper(pub Position);
Tuple Fields§
§0: Position
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PositionWrapper
impl RefUnwindSafe for PositionWrapper
impl Send for PositionWrapper
impl Sync for PositionWrapper
impl Unpin for PositionWrapper
impl UnwindSafe for PositionWrapper
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