Struct win_sys::SystemServices::userCLIPFORMAT [−][src]
#[repr(C)]pub struct userCLIPFORMAT {
pub fContext: i32,
pub u: userCLIPFORMAT_0,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
fContext: i32u: userCLIPFORMAT_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for userCLIPFORMAT
impl !Send for userCLIPFORMAT
impl !Sync for userCLIPFORMAT
impl Unpin for userCLIPFORMAT
impl UnwindSafe for userCLIPFORMAT
Blanket Implementations
Mutably borrows from an owned value. Read more