Struct windows_sys::Win32::Globalization::textrange_properties
[−]#[repr(C)]pub struct textrange_properties {
pub potfRecords: *mut opentype_feature_record,
pub cotfRecords: i32,
}Expand description
Required features: ‘Win32_Globalization’
Fields
potfRecords: *mut opentype_feature_recordcotfRecords: i32Trait Implementations
impl Clone for textrange_properties
impl Clone for textrange_properties
impl Copy for textrange_properties
Auto Trait Implementations
impl RefUnwindSafe for textrange_properties
impl !Send for textrange_properties
impl !Sync for textrange_properties
impl Unpin for textrange_properties
impl UnwindSafe for textrange_properties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more