Struct windows_sys::Win32::Globalization::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
impl Copy for UFieldPosition
Auto Trait Implementations§
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