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