#[repr(u8)]pub enum RtcIntBmc {
BMC_NOT_SUPPORT = 0,
BMC_SUPPORT = 1,
}Variants§
BMC_NOT_SUPPORT = 0
BMC does not support an integrated RTC.
BMC_SUPPORT = 1
BMC supports an integrated RTC to which eSPI controller can forward RTC targeting IO cycles. (ESPI slave regs: 0x8, bit 29).
Implementations§
Trait Implementations§
Source§impl Ord for RtcIntBmc
impl Ord for RtcIntBmc
Source§impl PartialOrd for RtcIntBmc
impl PartialOrd for RtcIntBmc
impl Copy for RtcIntBmc
impl Eq for RtcIntBmc
impl StructuralPartialEq for RtcIntBmc
Auto Trait Implementations§
impl Freeze for RtcIntBmc
impl RefUnwindSafe for RtcIntBmc
impl Send for RtcIntBmc
impl Sync for RtcIntBmc
impl Unpin for RtcIntBmc
impl UnwindSafe for RtcIntBmc
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