Struct windows_sys::Win32::System::Ioctl::STREAM_EXTENT_ENTRY
#[repr(C)]pub struct STREAM_EXTENT_ENTRY {
pub Flags: u32,
pub ExtentInformation: STREAM_EXTENT_ENTRY_0,
}
Fields§
§Flags: u32
§ExtentInformation: STREAM_EXTENT_ENTRY_0
Trait Implementations§
§impl Clone for STREAM_EXTENT_ENTRY
impl Clone for STREAM_EXTENT_ENTRY
impl Copy for STREAM_EXTENT_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for STREAM_EXTENT_ENTRY
impl Send for STREAM_EXTENT_ENTRY
impl Sync for STREAM_EXTENT_ENTRY
impl Unpin for STREAM_EXTENT_ENTRY
impl UnwindSafe for STREAM_EXTENT_ENTRY
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