pub struct PcidTooBig(/* private fields */);
Expand description
A passed u16
was not a valid PCID.
A PCID has to be <= 4096 for x86_64.
Trait Implementations§
Source§impl Debug for PcidTooBig
impl Debug for PcidTooBig
Auto Trait Implementations§
impl Freeze for PcidTooBig
impl RefUnwindSafe for PcidTooBig
impl Send for PcidTooBig
impl Sync for PcidTooBig
impl Unpin for PcidTooBig
impl UnwindSafe for PcidTooBig
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