Struct win_sys::FileSystem::WIN32_STREAM_ID [−][src]
#[repr(C)]pub struct WIN32_STREAM_ID {
pub dwStreamId: WIN_STREAM_ID,
pub dwStreamAttributes: u32,
pub Size: i64,
pub dwStreamNameSize: u32,
pub cStreamName: [u16; 1],
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwStreamId: WIN_STREAM_IDdwStreamAttributes: u32Size: i64dwStreamNameSize: u32cStreamName: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WIN32_STREAM_ID
impl Send for WIN32_STREAM_ID
impl Sync for WIN32_STREAM_ID
impl Unpin for WIN32_STREAM_ID
impl UnwindSafe for WIN32_STREAM_ID
Blanket Implementations
Mutably borrows from an owned value. Read more