#[repr(C)]pub struct UReplaceableCallbacks {
pub length: isize,
pub charAt: isize,
pub char32At: isize,
pub replace: isize,
pub extract: isize,
pub copy: isize,
}
Expand description
Required features: "Win32_Globalization"
Fields
length: isize
charAt: isize
char32At: isize
replace: isize
extract: isize
copy: isize
Trait Implementations
impl Clone for UReplaceableCallbacks
impl Clone for UReplaceableCallbacks
impl Copy for UReplaceableCallbacks
Auto Trait Implementations
impl RefUnwindSafe for UReplaceableCallbacks
impl Send for UReplaceableCallbacks
impl Sync for UReplaceableCallbacks
impl Unpin for UReplaceableCallbacks
impl UnwindSafe for UReplaceableCallbacks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more