#[repr(C)]pub struct MI_Server {
pub serverFT: *const MI_ServerFT,
pub contextFT: *const MI_ContextFT,
pub instanceFT: *const MI_InstanceFT,
pub propertySetFT: *const MI_PropertySetFT,
pub filterFT: *const MI_FilterFT,
}
Fields§
§serverFT: *const MI_ServerFT
§contextFT: *const MI_ContextFT
§instanceFT: *const MI_InstanceFT
§propertySetFT: *const MI_PropertySetFT
§filterFT: *const MI_FilterFT
Trait Implementations§
impl Copy for MI_Server
impl Eq for MI_Server
impl StructuralPartialEq for MI_Server
Auto Trait Implementations§
impl Freeze for MI_Server
impl RefUnwindSafe for MI_Server
impl !Send for MI_Server
impl !Sync for MI_Server
impl Unpin for MI_Server
impl UnwindSafe for MI_Server
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)