Struct IDeskBandInfo_Vtbl
#[repr(C)]pub struct IDeskBandInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDefaultBandWidth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDefaultBandWidth: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut i32) -> HRESULT
Implementations§
§impl IDeskBandInfo_Vtbl
impl IDeskBandInfo_Vtbl
pub const fn new<Identity: IDeskBandInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDeskBandInfo_Vtbl
impl RefUnwindSafe for IDeskBandInfo_Vtbl
impl Send for IDeskBandInfo_Vtbl
impl Sync for IDeskBandInfo_Vtbl
impl Unpin for IDeskBandInfo_Vtbl
impl UnwindSafe for IDeskBandInfo_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