pub struct RASCapabilities(/* private fields */);Expand description
§Platform RAS Capabilities Bitmap
Implementations§
Source§impl RASCapabilities
impl RASCapabilities
Sourcepub const fn hardware_based_patrol_scrub_support(&self) -> bool
pub const fn hardware_based_patrol_scrub_support(&self) -> bool
Indicates that the platform supports hardware based patrol scrub of DRAM memory
Sourcepub const fn hardware_based_patrol_scrub_support_and_exposed_to_software(
&self,
) -> bool
pub const fn hardware_based_patrol_scrub_support_and_exposed_to_software( &self, ) -> bool
Indicates that the platform supports hardware based patrol scrub of DRAM memory and platform exposes this capability to software using this RASF mechanism
Trait Implementations§
Source§impl Clone for RASCapabilities
impl Clone for RASCapabilities
Source§fn clone(&self) -> RASCapabilities
fn clone(&self) -> RASCapabilities
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 moreimpl Copy for RASCapabilities
Auto Trait Implementations§
impl Freeze for RASCapabilities
impl RefUnwindSafe for RASCapabilities
impl Send for RASCapabilities
impl Sync for RASCapabilities
impl Unpin for RASCapabilities
impl UnwindSafe for RASCapabilities
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