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