Struct windows_sys::Win32::Globalization::SCRIPT_CHARPROP
[−]#[repr(C)]pub struct SCRIPT_CHARPROP {
pub _bitfield: u16,
}Expand description
Required features: "Win32_Globalization"
Fields
_bitfield: u16Trait Implementations
impl Clone for SCRIPT_CHARPROP
impl Clone for SCRIPT_CHARPROP
impl Copy for SCRIPT_CHARPROP
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_CHARPROP
impl Send for SCRIPT_CHARPROP
impl Sync for SCRIPT_CHARPROP
impl Unpin for SCRIPT_CHARPROP
impl UnwindSafe for SCRIPT_CHARPROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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