#[repr(C)]pub struct _OLESTREAM {
pub lpstbl: LPOLESTREAMVTBL,
}
Fields§
§lpstbl: LPOLESTREAMVTBL
Trait 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
Source§impl Ord for _OLESTREAM
impl Ord for _OLESTREAM
Source§fn cmp(&self, other: &_OLESTREAM) -> Ordering
fn cmp(&self, other: &_OLESTREAM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _OLESTREAM
impl PartialEq for _OLESTREAM
Source§impl PartialOrd for _OLESTREAM
impl PartialOrd for _OLESTREAM
impl Copy for _OLESTREAM
impl Eq for _OLESTREAM
impl StructuralPartialEq 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