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