#[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: u32
iLink: i32
state: u32
stateMask: u32
szID: [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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more