#[repr(C)]pub struct _STREAM_INFORMATION_ENTRY__StreamInformation__Ea {
pub Length: WORD,
pub Flags: WORD,
pub EaSize: DWORD,
pub EaInformationOffset: DWORD,
}
Fields§
§Length: WORD
§Flags: WORD
§EaSize: DWORD
§EaInformationOffset: DWORD
Trait Implementations§
Source§impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
Source§fn clone(&self) -> _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
fn clone(&self) -> _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
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 Ord for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Ord for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
Source§fn cmp(
&self,
other: &_STREAM_INFORMATION_ENTRY__StreamInformation__Ea,
) -> Ordering
fn cmp( &self, other: &_STREAM_INFORMATION_ENTRY__StreamInformation__Ea, ) -> 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 _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl PartialEq for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
Source§fn eq(&self, other: &_STREAM_INFORMATION_ENTRY__StreamInformation__Ea) -> bool
fn eq(&self, other: &_STREAM_INFORMATION_ENTRY__StreamInformation__Ea) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl PartialOrd for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Copy for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Eq for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl StructuralPartialEq for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
Auto Trait Implementations§
impl Freeze for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl RefUnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Send for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Sync for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl Unpin for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
impl UnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
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