Struct windows_sys::Win32::Globalization::script_charprop
[−]#[repr(C)]pub struct script_charprop {
pub _bitfield: u16,
}
Expand description
Required features: ‘Win32_Globalization’
Fields
_bitfield: u16
Trait 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 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