Struct winapi::fileapi::FILE_STREAM_INFO
[−]
[src]
pub struct FILE_STREAM_INFO { pub NextEntryOffset: DWORD, pub StreamNameLength: DWORD, pub StreamSize: DWORD, pub StreamAllocationSize: DWORD, pub StreamName: [WCHAR; 0], }
Fields
NextEntryOffset | |
StreamNameLength | |
StreamSize | |
StreamAllocationSize | |
StreamName |
Trait Implementations
impl Copy for FILE_STREAM_INFO
[src]
impl Clone for FILE_STREAM_INFO
[src]
fn clone(&self) -> FILE_STREAM_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more