#[repr(C)]pub struct PCIESlot { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PCIESlot
impl RefUnwindSafe for PCIESlot
impl Send for PCIESlot
impl Sync for PCIESlot
impl Unpin for PCIESlot
impl UnwindSafe for PCIESlot
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