#[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 duplicate 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 Freeze for _OLESTREAM
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