#[repr(C)]pub struct LITEM {
pub mask: u32,
pub iLink: i32,
pub state: u32,
pub stateMask: u32,
pub szID: [u16; 48],
pub szUrl: [u16; 2084],
}Expand description
Required features: "Win32_UI_Controls"
Fields
mask: u32iLink: i32state: u32stateMask: u32szID: [u16; 48]szUrl: [u16; 2084]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LITEM
impl Send for LITEM
impl Sync for LITEM
impl Unpin for LITEM
impl UnwindSafe for LITEM
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