#[repr(C)]pub struct IMachineGlobalObjectTable {
pub _base: IUnknown,
}Fields§
§_base: IUnknownTrait Implementations§
Source§impl Clone for IMachineGlobalObjectTable
impl Clone for IMachineGlobalObjectTable
Source§fn clone(&self) -> IMachineGlobalObjectTable
fn clone(&self) -> IMachineGlobalObjectTable
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 moreSource§impl Debug for IMachineGlobalObjectTable
impl Debug for IMachineGlobalObjectTable
impl Copy for IMachineGlobalObjectTable
Auto Trait Implementations§
impl Freeze for IMachineGlobalObjectTable
impl RefUnwindSafe for IMachineGlobalObjectTable
impl !Send for IMachineGlobalObjectTable
impl !Sync for IMachineGlobalObjectTable
impl Unpin for IMachineGlobalObjectTable
impl UnwindSafe for IMachineGlobalObjectTable
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