pub struct PositionWithAffinity {
pub position: i32,
}Fields§
§position: i32Auto Trait Implementations§
impl Freeze for PositionWithAffinity
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