Struct windows_sys::Win32::UI::Shell::EXP_SZ_LINK
[−]#[repr(C, packed(1))]pub struct EXP_SZ_LINK {
pub cbSize: u32,
pub dwSignature: u32,
pub szTarget: [CHAR; 260],
pub swzTarget: [u16; 260],
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
Fields
cbSize: u32
dwSignature: u32
szTarget: [CHAR; 260]
swzTarget: [u16; 260]
Trait Implementations
impl Clone for EXP_SZ_LINK
impl Clone for EXP_SZ_LINK
impl Copy for EXP_SZ_LINK
Auto Trait Implementations
impl RefUnwindSafe for EXP_SZ_LINK
impl Send for EXP_SZ_LINK
impl Sync for EXP_SZ_LINK
impl Unpin for EXP_SZ_LINK
impl UnwindSafe for EXP_SZ_LINK
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