pub trait IDxcBlobUtf16_Impl: Sized + IDxcBlobEncoding_Impl {
// Required methods
fn GetStringPointer(&self) -> PCWSTR;
fn GetStringLength(&self) -> usize;
}
Required Methods§
fn GetStringPointer(&self) -> PCWSTR
fn GetStringLength(&self) -> usize
Object Safety§
This trait is not object safe.