Struct sgx_isa::Pageinfo [] [src]

#[repr(C, packed)]
pub struct Pageinfo { pub linaddr: u64, pub srcpge: u64, pub secinfo: u64, pub secs: u64, }

Fields

Trait Implementations

impl Clone for Pageinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pageinfo
[src]

Formats the value using the given formatter.

impl Default for Pageinfo
[src]

Returns the "default value" for a type. Read more