Struct windows::Devices::Portable::StorageDevice
pub struct StorageDevice;
Implementations§
§impl StorageDevice
impl StorageDevice
pub fn FromId(deviceid: &HSTRING) -> Result<StorageFolder>
pub fn GetDeviceSelector() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for StorageDevice
impl RefUnwindSafe for StorageDevice
impl Send for StorageDevice
impl Sync for StorageDevice
impl Unpin for StorageDevice
impl UnwindSafe for StorageDevice
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