#[repr(C)]pub struct ITEMIDLIST {
pub mkid: SHITEMID,
}
Available on crate feature
shell
only.Expand description
ITEMIDLIST
struct.
Fields§
§mkid: SHITEMID
Auto Trait Implementations§
impl Freeze for ITEMIDLIST
impl RefUnwindSafe for ITEMIDLIST
impl Send for ITEMIDLIST
impl Sync for ITEMIDLIST
impl Unpin for ITEMIDLIST
impl UnwindSafe for ITEMIDLIST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more