Struct windows_sys::Win32::Storage::Cabinets::FDISPILLFILE
[−]Expand description
Required features: "Win32_Storage_Cabinets"
, "Win32_Foundation"
Fields
ach: [CHAR; 2]
cbFile: i32
Trait Implementations
impl Clone for FDISPILLFILE
impl Clone for FDISPILLFILE
impl Copy for FDISPILLFILE
Auto Trait Implementations
impl RefUnwindSafe for FDISPILLFILE
impl Send for FDISPILLFILE
impl Sync for FDISPILLFILE
impl Unpin for FDISPILLFILE
impl UnwindSafe for FDISPILLFILE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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