#[repr(C)]pub struct IRcsTransportConfiguration_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxAttachmentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MaxMessageSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MaxGroupMessageSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MaxRecipientCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MaxFileSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub WarningFileSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MaxAttachmentCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MaxMessageSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MaxGroupMessageSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MaxRecipientCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MaxFileSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§WarningFileSizeInKilobytes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRcsTransportConfiguration_Vtbl
impl RefUnwindSafe for IRcsTransportConfiguration_Vtbl
impl Send for IRcsTransportConfiguration_Vtbl
impl Sync for IRcsTransportConfiguration_Vtbl
impl Unpin for IRcsTransportConfiguration_Vtbl
impl UnwindSafe for IRcsTransportConfiguration_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