Struct windows_sys::Win32::Globalization::SCRIPT_LOGATTR
[−]#[repr(C)]pub struct SCRIPT_LOGATTR {
pub _bitfield: u8,
}
Expand description
Required features: "Win32_Globalization"
Fields
_bitfield: u8
Trait Implementations
impl Clone for SCRIPT_LOGATTR
impl Clone for SCRIPT_LOGATTR
impl Copy for SCRIPT_LOGATTR
Auto Trait Implementations
impl RefUnwindSafe for SCRIPT_LOGATTR
impl Send for SCRIPT_LOGATTR
impl Sync for SCRIPT_LOGATTR
impl Unpin for SCRIPT_LOGATTR
impl UnwindSafe for SCRIPT_LOGATTR
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