Union windows_sys::Win32::Storage::FileSystem::FILE_SEGMENT_ELEMENT
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Buffer: *mut c_void
Alignment: u64
Trait Implementations
impl Clone for FILE_SEGMENT_ELEMENT
impl Clone for FILE_SEGMENT_ELEMENT
impl Copy for FILE_SEGMENT_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for FILE_SEGMENT_ELEMENT
impl !Send for FILE_SEGMENT_ELEMENT
impl !Sync for FILE_SEGMENT_ELEMENT
impl Unpin for FILE_SEGMENT_ELEMENT
impl UnwindSafe for FILE_SEGMENT_ELEMENT
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