#[repr(C)]pub struct SYSTEM_SYSTEM_PARTITION_INFORMATION {
pub SystemPartition: UNICODE_STRING,
}Fieldsยง
ยงSystemPartition: UNICODE_STRINGTrait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_SYSTEM_PARTITION_INFORMATION
impl !Send for SYSTEM_SYSTEM_PARTITION_INFORMATION
impl !Sync for SYSTEM_SYSTEM_PARTITION_INFORMATION
impl Unpin for SYSTEM_SYSTEM_PARTITION_INFORMATION
impl UnwindSafe for SYSTEM_SYSTEM_PARTITION_INFORMATION
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