Struct windows_sys::Win32::System::Ioctl::STREAM_INFORMATION_ENTRY_0_3
[−]#[repr(C)]pub struct STREAM_INFORMATION_ENTRY_0_3 {
pub Length: u16,
pub Flags: u16,
pub ReparseDataSize: u32,
pub ReparseDataOffset: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Length: u16
Flags: u16
ReparseDataSize: u32
ReparseDataOffset: u32
Trait Implementations
impl Clone for STREAM_INFORMATION_ENTRY_0_3
impl Clone for STREAM_INFORMATION_ENTRY_0_3
impl Copy for STREAM_INFORMATION_ENTRY_0_3
Auto Trait Implementations
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
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