Struct dokany_sys::WIN32_FIND_STREAM_DATA
#[repr(C)]pub struct WIN32_FIND_STREAM_DATA {
pub StreamSize: i64,
pub cStreamName: [u16; 296],
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§StreamSize: i64
§cStreamName: [u16; 296]
Trait Implementations§
§impl Clone for WIN32_FIND_STREAM_DATA
impl Clone for WIN32_FIND_STREAM_DATA
§fn clone(&self) -> WIN32_FIND_STREAM_DATA
fn clone(&self) -> WIN32_FIND_STREAM_DATA
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 moreimpl Copy for WIN32_FIND_STREAM_DATA
Auto Trait Implementations§
impl RefUnwindSafe for WIN32_FIND_STREAM_DATA
impl Send for WIN32_FIND_STREAM_DATA
impl Sync for WIN32_FIND_STREAM_DATA
impl Unpin for WIN32_FIND_STREAM_DATA
impl UnwindSafe for WIN32_FIND_STREAM_DATA
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