#[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_MAP
Trait 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 copy 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 moreSource§impl Ord for _MIDL_INTERFACE_METHOD_PROPERTIES
impl Ord for _MIDL_INTERFACE_METHOD_PROPERTIES
Source§fn cmp(&self, other: &_MIDL_INTERFACE_METHOD_PROPERTIES) -> Ordering
fn cmp(&self, other: &_MIDL_INTERFACE_METHOD_PROPERTIES) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _MIDL_INTERFACE_METHOD_PROPERTIES
impl PartialEq for _MIDL_INTERFACE_METHOD_PROPERTIES
Source§fn eq(&self, other: &_MIDL_INTERFACE_METHOD_PROPERTIES) -> bool
fn eq(&self, other: &_MIDL_INTERFACE_METHOD_PROPERTIES) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _MIDL_INTERFACE_METHOD_PROPERTIES
impl PartialOrd for _MIDL_INTERFACE_METHOD_PROPERTIES
impl Copy for _MIDL_INTERFACE_METHOD_PROPERTIES
impl Eq for _MIDL_INTERFACE_METHOD_PROPERTIES
impl StructuralPartialEq 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