#[repr(C)]pub struct _MIDL_INTERFACE_METHOD_PROPERTIES {
pub MethodCount: c_ushort,
pub MethodProperties: *const *const MIDL_METHOD_PROPERTY_MAP,
}Fields§
§MethodCount: c_ushort§MethodProperties: *const *const MIDL_METHOD_PROPERTY_MAPTrait Implementations§
Source§impl Clone for _MIDL_INTERFACE_METHOD_PROPERTIES
impl Clone for _MIDL_INTERFACE_METHOD_PROPERTIES
Source§fn clone(&self) -> _MIDL_INTERFACE_METHOD_PROPERTIES
fn clone(&self) -> _MIDL_INTERFACE_METHOD_PROPERTIES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _MIDL_INTERFACE_METHOD_PROPERTIES
Auto Trait Implementations§
impl Freeze for _MIDL_INTERFACE_METHOD_PROPERTIES
impl RefUnwindSafe for _MIDL_INTERFACE_METHOD_PROPERTIES
impl !Send for _MIDL_INTERFACE_METHOD_PROPERTIES
impl !Sync for _MIDL_INTERFACE_METHOD_PROPERTIES
impl Unpin for _MIDL_INTERFACE_METHOD_PROPERTIES
impl UnwindSafe for _MIDL_INTERFACE_METHOD_PROPERTIES
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