#[repr(C)]pub struct IPipeLong {
pub lpVtbl: *const IPipeLongVtbl,
}
Fields§
§lpVtbl: *const IPipeLongVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPipeLong
impl RefUnwindSafe for IPipeLong
impl !Send for IPipeLong
impl !Sync for IPipeLong
impl Unpin for IPipeLong
impl UnwindSafe for IPipeLong
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