#[repr(C)]pub struct IKsJackContainerId {
pub lpVtbl: *const IKsJackContainerIdVtbl,
}
Fields§
§lpVtbl: *const IKsJackContainerIdVtbl
Implementations§
Source§impl IKsJackContainerId
impl IKsJackContainerId
pub unsafe fn GetJackContainerId(&self, pJackContainerId: *mut GUID) -> HRESULT
Trait Implementations§
Source§impl Deref for IKsJackContainerId
impl Deref for IKsJackContainerId
Auto Trait Implementations§
impl Freeze for IKsJackContainerId
impl RefUnwindSafe for IKsJackContainerId
impl !Send for IKsJackContainerId
impl !Sync for IKsJackContainerId
impl Unpin for IKsJackContainerId
impl UnwindSafe for IKsJackContainerId
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