Struct tartan_uefi::RuntimeServices
source · #[repr(C)]pub struct RuntimeServices {
pub header: TableHeader,
/* private fields */
}
Fields§
§header: TableHeader
Trait Implementations§
source§impl Table for RuntimeServices
impl Table for RuntimeServices
const SIGNATURE: u64 = 6_220_110_259_551_098_194u64
const MIN_REVISION: Revision = Revision::V2_00
fn header(&self) -> &TableHeader
fn verify(&self)where
Self: Sized,
fn verify_signature(&self)
fn verify_revision(&self)
fn verify_size(&self)where
Self: Sized,
fn verify_crc32(&self)
Auto Trait Implementations§
impl Freeze for RuntimeServices
impl RefUnwindSafe for RuntimeServices
impl Send for RuntimeServices
impl Sync for RuntimeServices
impl Unpin for RuntimeServices
impl UnwindSafe for RuntimeServices
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