Struct windows_sys::Win32::System::Ioctl::STREAM_INFORMATION_ENTRY_0_2
[−]#[repr(C)]pub struct STREAM_INFORMATION_ENTRY_0_2 {
pub Length: u16,
pub Flags: u16,
pub EaSize: u32,
pub EaInformationOffset: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Length: u16
Flags: u16
EaSize: u32
EaInformationOffset: u32
Trait Implementations
impl Clone for STREAM_INFORMATION_ENTRY_0_2
impl Clone for STREAM_INFORMATION_ENTRY_0_2
impl Copy for STREAM_INFORMATION_ENTRY_0_2
Auto Trait Implementations
impl RefUnwindSafe for STREAM_INFORMATION_ENTRY_0_2
impl Send for STREAM_INFORMATION_ENTRY_0_2
impl Sync for STREAM_INFORMATION_ENTRY_0_2
impl Unpin for STREAM_INFORMATION_ENTRY_0_2
impl UnwindSafe for STREAM_INFORMATION_ENTRY_0_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more