#[repr(C)]pub struct UFieldPosition {
pub field: i32,
pub beginIndex: i32,
pub endIndex: i32,
}Fields§
§field: i32§beginIndex: i32§endIndex: i32Auto Trait Implementations§
impl Freeze for UFieldPosition
impl RefUnwindSafe for UFieldPosition
impl Send for UFieldPosition
impl Sync for UFieldPosition
impl Unpin for UFieldPosition
impl UnsafeUnpin for UFieldPosition
impl UnwindSafe for UFieldPosition
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