#[repr(C)]pub struct _OLESTREAMVTBL {
pub Get: Option<unsafe extern "C" fn(arg1: LPOLESTREAM, arg2: *mut c_void, arg3: DWORD) -> DWORD>,
pub Put: Option<unsafe extern "C" fn(arg1: LPOLESTREAM, arg2: *const c_void, arg3: DWORD) -> DWORD>,
}
Fields§
§Get: Option<unsafe extern "C" fn(arg1: LPOLESTREAM, arg2: *mut c_void, arg3: DWORD) -> DWORD>
§Put: Option<unsafe extern "C" fn(arg1: LPOLESTREAM, arg2: *const c_void, arg3: DWORD) -> DWORD>
Trait Implementations§
Source§impl Clone for _OLESTREAMVTBL
impl Clone for _OLESTREAMVTBL
Source§fn clone(&self) -> _OLESTREAMVTBL
fn clone(&self) -> _OLESTREAMVTBL
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 _OLESTREAMVTBL
impl Debug for _OLESTREAMVTBL
Source§impl Ord for _OLESTREAMVTBL
impl Ord for _OLESTREAMVTBL
Source§fn cmp(&self, other: &_OLESTREAMVTBL) -> Ordering
fn cmp(&self, other: &_OLESTREAMVTBL) -> 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 _OLESTREAMVTBL
impl PartialEq for _OLESTREAMVTBL
Source§impl PartialOrd for _OLESTREAMVTBL
impl PartialOrd for _OLESTREAMVTBL
impl Copy for _OLESTREAMVTBL
impl Eq for _OLESTREAMVTBL
impl StructuralPartialEq for _OLESTREAMVTBL
Auto Trait Implementations§
impl Freeze for _OLESTREAMVTBL
impl RefUnwindSafe for _OLESTREAMVTBL
impl Send for _OLESTREAMVTBL
impl Sync for _OLESTREAMVTBL
impl Unpin for _OLESTREAMVTBL
impl UnwindSafe for _OLESTREAMVTBL
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