Struct STREAM_INFORMATION_ENTRY_0_3
#[repr(C)]pub struct STREAM_INFORMATION_ENTRY_0_3 {
pub Length: u16,
pub Flags: u16,
pub EaSize: u32,
pub EaInformationOffset: u32,
}
Fields§
§Length: u16
§Flags: u16
§EaSize: u32
§EaInformationOffset: u32
Trait Implementations§
§impl Clone for STREAM_INFORMATION_ENTRY_0_3
impl Clone for STREAM_INFORMATION_ENTRY_0_3
§fn clone(&self) -> STREAM_INFORMATION_ENTRY_0_3
fn clone(&self) -> STREAM_INFORMATION_ENTRY_0_3
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 more§impl Debug for STREAM_INFORMATION_ENTRY_0_3
impl Debug for STREAM_INFORMATION_ENTRY_0_3
§impl Default for STREAM_INFORMATION_ENTRY_0_3
impl Default for STREAM_INFORMATION_ENTRY_0_3
§impl PartialEq for STREAM_INFORMATION_ENTRY_0_3
impl PartialEq for STREAM_INFORMATION_ENTRY_0_3
impl Copy for STREAM_INFORMATION_ENTRY_0_3
impl StructuralPartialEq for STREAM_INFORMATION_ENTRY_0_3
Auto Trait Implementations§
impl Freeze for STREAM_INFORMATION_ENTRY_0_3
impl RefUnwindSafe for STREAM_INFORMATION_ENTRY_0_3
impl Send for STREAM_INFORMATION_ENTRY_0_3
impl Sync for STREAM_INFORMATION_ENTRY_0_3
impl Unpin for STREAM_INFORMATION_ENTRY_0_3
impl UnwindSafe for STREAM_INFORMATION_ENTRY_0_3
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