Struct UFieldPosition
#[repr(C)]pub struct UFieldPosition {
pub field: i32,
pub beginIndex: i32,
pub endIndex: i32,
}
Fields§
§field: i32
§beginIndex: i32
§endIndex: i32
Trait Implementations§
§impl Clone for UFieldPosition
impl Clone for UFieldPosition
§fn clone(&self) -> UFieldPosition
fn clone(&self) -> UFieldPosition
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for UFieldPosition
Auto Trait Implementations§
impl Freeze for UFieldPosition
impl RefUnwindSafe for UFieldPosition
impl Send for UFieldPosition
impl Sync for UFieldPosition
impl Unpin 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