Struct windows_sys::Win32::Media::Speech::SPSHORTCUTPAIRLIST
[−]#[repr(C)]pub struct SPSHORTCUTPAIRLIST {
pub ulSize: u32,
pub pvBuffer: *mut u8,
pub pFirstShortcutPair: *mut SPSHORTCUTPAIR,
}
Expand description
Required features: "Win32_Media_Speech"
Fields
ulSize: u32
pvBuffer: *mut u8
pFirstShortcutPair: *mut SPSHORTCUTPAIR
Trait Implementations
impl Clone for SPSHORTCUTPAIRLIST
impl Clone for SPSHORTCUTPAIRLIST
impl Copy for SPSHORTCUTPAIRLIST
Auto Trait Implementations
impl RefUnwindSafe for SPSHORTCUTPAIRLIST
impl !Send for SPSHORTCUTPAIRLIST
impl !Sync for SPSHORTCUTPAIRLIST
impl Unpin for SPSHORTCUTPAIRLIST
impl UnwindSafe for SPSHORTCUTPAIRLIST
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