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