Struct IDxcBlobUtf8_Vtbl
#[repr(C)]pub struct IDxcBlobUtf8_Vtbl {
pub base__: IDxcBlobEncoding_Vtbl,
pub GetStringPointer: unsafe extern "system" fn(_: *mut c_void) -> PCSTR,
pub GetStringLength: unsafe extern "system" fn(_: *mut c_void) -> usize,
}
Fields§
§base__: IDxcBlobEncoding_Vtbl
§GetStringPointer: unsafe extern "system" fn(_: *mut c_void) -> PCSTR
§GetStringLength: unsafe extern "system" fn(_: *mut c_void) -> usize
Implementations§
§impl IDxcBlobUtf8_Vtbl
impl IDxcBlobUtf8_Vtbl
pub const fn new<Identity: IDxcBlobUtf8_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDxcBlobUtf8_Vtbl
impl RefUnwindSafe for IDxcBlobUtf8_Vtbl
impl Send for IDxcBlobUtf8_Vtbl
impl Sync for IDxcBlobUtf8_Vtbl
impl Unpin for IDxcBlobUtf8_Vtbl
impl UnwindSafe for IDxcBlobUtf8_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more