#[repr(C)]pub struct RTM_ENTITY_EXPORT_METHODS {
pub NumMethods: u32,
pub Methods: [RTM_ENTITY_EXPORT_METHOD; 1],
}
Fields§
§NumMethods: u32
§Methods: [RTM_ENTITY_EXPORT_METHOD; 1]
Trait Implementations§
§impl Clone for RTM_ENTITY_EXPORT_METHODS
impl Clone for RTM_ENTITY_EXPORT_METHODS
impl Copy for RTM_ENTITY_EXPORT_METHODS
Auto Trait Implementations§
impl RefUnwindSafe for RTM_ENTITY_EXPORT_METHODS
impl Send for RTM_ENTITY_EXPORT_METHODS
impl Sync for RTM_ENTITY_EXPORT_METHODS
impl Unpin for RTM_ENTITY_EXPORT_METHODS
impl UnwindSafe for RTM_ENTITY_EXPORT_METHODS
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