pub struct PcieHostBridgeCxlInfo {
pub chbcr_range: MemoryRange,
pub hdm_range: MemoryRange,
pub hdm_window_restrictions: CfmwsWindowRestrictions,
}Expand description
CXL-specific host bridge metadata.
Fields§
§chbcr_range: MemoryRangeMemory range reserved for the CHBCR aperture.
hdm_range: MemoryRangeMemory range reserved for the HDM decoder.
hdm_window_restrictions: CfmwsWindowRestrictionsCFMWS HDM window restrictions.
Auto Trait Implementations§
impl Freeze for PcieHostBridgeCxlInfo
impl RefUnwindSafe for PcieHostBridgeCxlInfo
impl Send for PcieHostBridgeCxlInfo
impl Sync for PcieHostBridgeCxlInfo
impl Unpin for PcieHostBridgeCxlInfo
impl UnsafeUnpin for PcieHostBridgeCxlInfo
impl UnwindSafe for PcieHostBridgeCxlInfo
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