Struct windows_sys::Win32::System::Mmc::MMC_LISTPAD_INFO
[−]#[repr(C)]pub struct MMC_LISTPAD_INFO {
pub szTitle: PWSTR,
pub szButtonText: PWSTR,
pub nCommandID: isize,
}
Expand description
Required features: "Win32_System_Mmc"
Fields
szTitle: PWSTR
szButtonText: PWSTR
nCommandID: isize
Trait Implementations
impl Clone for MMC_LISTPAD_INFO
impl Clone for MMC_LISTPAD_INFO
impl Copy for MMC_LISTPAD_INFO
Auto Trait Implementations
impl RefUnwindSafe for MMC_LISTPAD_INFO
impl !Send for MMC_LISTPAD_INFO
impl !Sync for MMC_LISTPAD_INFO
impl Unpin for MMC_LISTPAD_INFO
impl UnwindSafe for MMC_LISTPAD_INFO
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