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: [u8; 260],
pub swzTarget: [u16; 260],
}
Fields§
§cbSize: u32
§dwSignature: u32
§szTarget: [u8; 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§
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