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