#[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 (const: unstable) · 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
Source§impl Default for CSecToLook
impl Default for CSecToLook
Source§impl Hash for CSecToLook
impl Hash for CSecToLook
Source§impl Ord for CSecToLook
impl Ord for CSecToLook
Source§fn cmp(&self, other: &CSecToLook) -> Ordering
fn cmp(&self, other: &CSecToLook) -> Ordering
1.21.0 (const: unstable) · 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 CSecToLook
impl PartialEq for CSecToLook
Source§fn eq(&self, other: &CSecToLook) -> bool
fn eq(&self, other: &CSecToLook) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CSecToLook
impl PartialOrd for CSecToLook
impl Copy for CSecToLook
impl Eq for CSecToLook
impl StructuralPartialEq 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 UnsafeUnpin 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