pub struct ExtendedPciDeviceWrapper { /* private fields */ }
Implementations§
Source§impl ExtendedPciDeviceWrapper
impl ExtendedPciDeviceWrapper
pub fn borrow_mut(&self) -> RwLockWriteGuard<'_, ExtendedPciDevice>
pub fn borrow(&self) -> RwLockReadGuard<'_, ExtendedPciDevice>
Trait Implementations§
Source§impl Clone for ExtendedPciDeviceWrapper
impl Clone for ExtendedPciDeviceWrapper
Source§fn clone(&self) -> ExtendedPciDeviceWrapper
fn clone(&self) -> ExtendedPciDeviceWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ExtendedPciDeviceWrapper
impl RefUnwindSafe for ExtendedPciDeviceWrapper
impl Send for ExtendedPciDeviceWrapper
impl Sync for ExtendedPciDeviceWrapper
impl Unpin for ExtendedPciDeviceWrapper
impl UnwindSafe for ExtendedPciDeviceWrapper
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