Struct vc6_sys::_OLESTREAM
source · #[repr(C)]pub struct _OLESTREAM {
pub lpstbl: LPOLESTREAMVTBL,
}Fields§
§lpstbl: LPOLESTREAMVTBLTrait Implementations§
source§impl Clone for _OLESTREAM
impl Clone for _OLESTREAM
source§fn clone(&self) -> _OLESTREAM
fn clone(&self) -> _OLESTREAM
Returns a copy 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 _OLESTREAM
impl Debug for _OLESTREAM
impl Copy for _OLESTREAM
Auto Trait Implementations§
impl RefUnwindSafe for _OLESTREAM
impl !Send for _OLESTREAM
impl !Sync for _OLESTREAM
impl Unpin for _OLESTREAM
impl UnwindSafe for _OLESTREAM
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