Struct freya_engine::prelude::PositionWithAffinity
source · pub struct PositionWithAffinity {
pub position: i32,
}
Fields§
§position: i32
Auto Trait Implementations§
impl RefUnwindSafe for PositionWithAffinity
impl Send for PositionWithAffinity
impl Sync for PositionWithAffinity
impl Unpin for PositionWithAffinity
impl UnwindSafe for PositionWithAffinity
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