Struct windows_sys::Win32::System::Ioctl::CREATE_USN_JOURNAL_DATA
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
MaximumSize: u64
AllocationDelta: u64
Trait Implementations
impl Clone for CREATE_USN_JOURNAL_DATA
impl Clone for CREATE_USN_JOURNAL_DATA
impl Copy for CREATE_USN_JOURNAL_DATA
Auto Trait Implementations
impl RefUnwindSafe for CREATE_USN_JOURNAL_DATA
impl Send for CREATE_USN_JOURNAL_DATA
impl Sync for CREATE_USN_JOURNAL_DATA
impl Unpin for CREATE_USN_JOURNAL_DATA
impl UnwindSafe for CREATE_USN_JOURNAL_DATA
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