#[repr(C)]pub struct CSecToRead {
pub vt: ISeqInStream,
pub realStream: ILookInStreamPtr,
}Fields§
§vt: ISeqInStream§realStream: ILookInStreamPtrTrait Implementations§
Source§impl Clone for CSecToRead
impl Clone for CSecToRead
Source§fn clone(&self) -> CSecToRead
fn clone(&self) -> CSecToRead
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 CSecToRead
impl Debug for CSecToRead
Source§impl Default for CSecToRead
impl Default for CSecToRead
Source§impl Hash for CSecToRead
impl Hash for CSecToRead
Source§impl Ord for CSecToRead
impl Ord for CSecToRead
Source§fn cmp(&self, other: &CSecToRead) -> Ordering
fn cmp(&self, other: &CSecToRead) -> 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 CSecToRead
impl PartialEq for CSecToRead
Source§fn eq(&self, other: &CSecToRead) -> bool
fn eq(&self, other: &CSecToRead) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CSecToRead
impl PartialOrd for CSecToRead
impl Copy for CSecToRead
impl Eq for CSecToRead
impl StructuralPartialEq for CSecToRead
Auto Trait Implementations§
impl Freeze for CSecToRead
impl RefUnwindSafe for CSecToRead
impl !Send for CSecToRead
impl !Sync for CSecToRead
impl Unpin for CSecToRead
impl UnsafeUnpin for CSecToRead
impl UnwindSafe for CSecToRead
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