#[repr(C)]pub struct CSecToLook {
pub vt: ISeqInStream,
pub realStream: ILookInStreamPtr,
}Fields§
§vt: ISeqInStream§realStream: ILookInStreamPtrTrait Implementations§
Source§impl Clone for CSecToLook
impl Clone for CSecToLook
Source§fn clone(&self) -> CSecToLook
fn clone(&self) -> CSecToLook
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 CSecToLook
impl Debug for CSecToLook
impl Copy for CSecToLook
Auto Trait Implementations§
impl Freeze for CSecToLook
impl RefUnwindSafe for CSecToLook
impl !Send for CSecToLook
impl !Sync for CSecToLook
impl Unpin for CSecToLook
impl UnwindSafe for CSecToLook
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