Struct windows_sys::Win32::UI::Shell::EXTRASEARCH
[−]#[repr(C)]pub struct EXTRASEARCH {
pub guidSearch: GUID,
pub wszFriendlyName: [u16; 80],
pub wszUrl: [u16; 2084],
}
Expand description
Required features: "Win32_UI_Shell"
Fields
guidSearch: GUID
wszFriendlyName: [u16; 80]
wszUrl: [u16; 2084]
Trait Implementations
impl Clone for EXTRASEARCH
impl Clone for EXTRASEARCH
impl Copy for EXTRASEARCH
Auto Trait Implementations
impl RefUnwindSafe for EXTRASEARCH
impl Send for EXTRASEARCH
impl Sync for EXTRASEARCH
impl Unpin for EXTRASEARCH
impl UnwindSafe for EXTRASEARCH
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