Struct IVpnRoute_Vtbl
#[repr(C)]pub struct IVpnRoute_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPrefixSize: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
pub PrefixSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Address: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPrefixSize: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT
§PrefixSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
Auto Trait Implementations§
impl Freeze for IVpnRoute_Vtbl
impl RefUnwindSafe for IVpnRoute_Vtbl
impl Send for IVpnRoute_Vtbl
impl Sync for IVpnRoute_Vtbl
impl Unpin for IVpnRoute_Vtbl
impl UnwindSafe for IVpnRoute_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