#[repr(C)]pub struct UFieldPosition {
pub field: i32,
pub beginIndex: i32,
pub endIndex: i32,
}Fields§
§field: i32§beginIndex: i32§endIndex: i32Trait Implementations§
Source§impl Abi for UFieldPosition
impl Abi for UFieldPosition
Source§type Abi = UFieldPosition
type Abi = UFieldPosition
The abi representation of the implementing type. Read more
type DefaultType = UFieldPosition
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UFieldPosition
impl Clone for UFieldPosition
Source§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 moreSource§impl Debug for UFieldPosition
impl Debug for UFieldPosition
Source§impl Default for UFieldPosition
impl Default for UFieldPosition
Source§impl PartialEq for UFieldPosition
impl PartialEq for UFieldPosition
impl Copy for UFieldPosition
impl Eq 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