Struct windows::Win32::Globalization::IMLangLineBreakConsole_Vtbl
#[repr(C)]pub struct IMLangLineBreakConsole_Vtbl {
pub base__: IUnknown_Vtbl,
pub BreakLineML: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub BreakLineW: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
pub BreakLineA: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCSTR, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BreakLineML: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
§BreakLineW: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
§BreakLineA: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: PCSTR, _: i32, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
Implementations§
§impl IMLangLineBreakConsole_Vtbl
impl IMLangLineBreakConsole_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMLangLineBreakConsole_Vtblwhere
Identity: IMLangLineBreakConsole_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMLangLineBreakConsole_Vtbl
impl RefUnwindSafe for IMLangLineBreakConsole_Vtbl
impl Send for IMLangLineBreakConsole_Vtbl
impl Sync for IMLangLineBreakConsole_Vtbl
impl Unpin for IMLangLineBreakConsole_Vtbl
impl UnwindSafe for IMLangLineBreakConsole_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