pub struct ProbePci<'a> { /* private fields */ }Implementations§
Source§impl<'a> ProbePci<'a>
impl<'a> ProbePci<'a>
pub const fn info(&self) -> PciInfo
pub fn endpoint(&self) -> &Endpoint
pub fn endpoint_mut(&mut self) -> &mut EndpointRc
pub fn take_endpoint(&mut self) -> Endpoint
pub fn into_platform_device(self) -> PlatformDevice
pub fn into_parts(self) -> (PciInfo, &'a mut EndpointRc, PlatformDevice)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ProbePci<'a>
impl<'a> !UnwindSafe for ProbePci<'a>
impl<'a> Freeze for ProbePci<'a>
impl<'a> Send for ProbePci<'a>
impl<'a> Sync for ProbePci<'a>
impl<'a> Unpin for ProbePci<'a>
impl<'a> UnsafeUnpin for ProbePci<'a>
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