#[repr(C)]pub struct xen_flask_access {
pub ssid: u32,
pub tsid: u32,
pub tclass: u32,
pub req: u32,
pub allowed: u32,
pub audit_allow: u32,
pub audit_deny: u32,
pub seqno: u32,
}Fields§
§ssid: u32§tsid: u32§tclass: u32§req: u32§allowed: u32§audit_allow: u32§audit_deny: u32§seqno: u32Trait Implementations§
Source§impl Clone for xen_flask_access
impl Clone for xen_flask_access
Source§fn clone(&self) -> xen_flask_access
fn clone(&self) -> xen_flask_access
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 moreSource§impl Debug for xen_flask_access
impl Debug for xen_flask_access
Source§impl Default for xen_flask_access
impl Default for xen_flask_access
Source§fn default() -> xen_flask_access
fn default() -> xen_flask_access
Returns the “default value” for a type. Read more
impl Copy for xen_flask_access
Auto Trait Implementations§
impl Freeze for xen_flask_access
impl RefUnwindSafe for xen_flask_access
impl Send for xen_flask_access
impl Sync for xen_flask_access
impl Unpin for xen_flask_access
impl UnwindSafe for xen_flask_access
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