Union direct_storage::DSTORAGE_SOURCE
source · #[repr(C)]
pub union DSTORAGE_SOURCE {
pub Memory: DSTORAGE_SOURCE_MEMORY,
pub File: ManuallyDrop<DSTORAGE_SOURCE_FILE>,
}Fields§
§Memory: DSTORAGE_SOURCE_MEMORY§File: ManuallyDrop<DSTORAGE_SOURCE_FILE>Trait Implementations§
source§impl Clone for DSTORAGE_SOURCE
impl Clone for DSTORAGE_SOURCE
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_SOURCE
impl !Send for DSTORAGE_SOURCE
impl !Sync for DSTORAGE_SOURCE
impl Unpin for DSTORAGE_SOURCE
impl UnwindSafe for DSTORAGE_SOURCE
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