#[repr(C)]pub struct IPipeByte {
pub lpVtbl: *mut IPipeByteVtbl,
}
Fields§
§lpVtbl: *mut IPipeByteVtbl
Trait Implementations§
Source§impl Ord for IPipeByte
impl Ord for IPipeByte
Source§impl PartialOrd for IPipeByte
impl PartialOrd for IPipeByte
impl Copy for IPipeByte
impl Eq for IPipeByte
impl StructuralPartialEq for IPipeByte
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