Skip to main content

AccessControlInfo

Struct AccessControlInfo 

Source
pub struct AccessControlInfo {
Show 30 fields pub core_version: u32, pub desc_version: u32, pub release_kernel_major: String, pub release_kernel_minor: String, pub use_ext_save_data: bool, pub file_system_access: Option<Vec<String>>, pub memory_type: String, pub system_mode: String, pub ideal_processor: u8, pub affinity_mask: u8, pub priority: u8, pub max_cpu: u8, pub handle_table_size: u32, pub disable_debug: bool, pub enable_force_debug: bool, pub can_write_shared_page: bool, pub can_use_privileged_priority: bool, pub can_use_non_alphabet_and_number: bool, pub permit_main_function_argument: bool, pub can_share_device_memory: bool, pub runnable_on_sleep: bool, pub special_memory_arrange: bool, pub system_mode_ext: String, pub cpu_speed: String, pub enable_l2_cache: bool, pub can_access_core2: bool, pub io_register_mapping: Option<Vec<String>>, pub memory_mapping: Option<Vec<String>>, pub system_call_access: Option<HashMap<String, u32>>, pub service_access_control: Option<Vec<String>>,
}

Fields§

§core_version: u32§desc_version: u32§release_kernel_major: String§release_kernel_minor: String§use_ext_save_data: bool§file_system_access: Option<Vec<String>>§memory_type: String§system_mode: String§ideal_processor: u8§affinity_mask: u8§priority: u8§max_cpu: u8§handle_table_size: u32§disable_debug: bool§enable_force_debug: bool§can_write_shared_page: bool§can_use_privileged_priority: bool§can_use_non_alphabet_and_number: bool§permit_main_function_argument: bool§can_share_device_memory: bool§runnable_on_sleep: bool§special_memory_arrange: bool§system_mode_ext: String§cpu_speed: String§enable_l2_cache: bool§can_access_core2: bool§io_register_mapping: Option<Vec<String>>§memory_mapping: Option<Vec<String>>§system_call_access: Option<HashMap<String, u32>>§service_access_control: Option<Vec<String>>

Trait Implementations§

Source§

impl Clone for AccessControlInfo

Source§

fn clone(&self) -> AccessControlInfo

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AccessControlInfo

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for AccessControlInfo

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for AccessControlInfo

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V