Struct windows_sys::Win32::Storage::FileSystem::CLFS_MGMT_POLICY_0_1
[−]#[repr(C)]pub struct CLFS_MGMT_POLICY_0_1 {
pub Percentage: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Percentage: u32
Trait Implementations
impl Clone for CLFS_MGMT_POLICY_0_1
impl Clone for CLFS_MGMT_POLICY_0_1
impl Copy for CLFS_MGMT_POLICY_0_1
Auto Trait Implementations
impl RefUnwindSafe for CLFS_MGMT_POLICY_0_1
impl Send for CLFS_MGMT_POLICY_0_1
impl Sync for CLFS_MGMT_POLICY_0_1
impl Unpin for CLFS_MGMT_POLICY_0_1
impl UnwindSafe for CLFS_MGMT_POLICY_0_1
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