pub struct LoadedImageDevicePath;Methods from Deref<Target = Guid>§
Trait Implementations§
Source§impl Deref for LoadedImageDevicePath
impl Deref for LoadedImageDevicePath
Auto Trait Implementations§
impl Freeze for LoadedImageDevicePath
impl RefUnwindSafe for LoadedImageDevicePath
impl Send for LoadedImageDevicePath
impl Sync for LoadedImageDevicePath
impl Unpin for LoadedImageDevicePath
impl UnwindSafe for LoadedImageDevicePath
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