pub struct AsidControl;
Expand description
Corresponds to seL4_ASIDControl
.
Trait Implementations§
Source§impl Clone for AsidControl
impl Clone for AsidControl
Source§fn clone(&self) -> AsidControl
fn clone(&self) -> AsidControl
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AsidControl
impl Debug for AsidControl
Source§impl Hash for AsidControl
impl Hash for AsidControl
Source§impl Ord for AsidControl
impl Ord for AsidControl
Source§impl PartialEq for AsidControl
impl PartialEq for AsidControl
Source§impl PartialOrd for AsidControl
impl PartialOrd for AsidControl
Source§fn partial_cmp(&self, other: &AsidControl) -> Option<Ordering>
fn partial_cmp(&self, other: &AsidControl) -> Option<Ordering>
impl Copy for AsidControl
impl Eq for AsidControl
impl StructuralPartialEq for AsidControl
Auto Trait Implementations§
impl Freeze for AsidControl
impl RefUnwindSafe for AsidControl
impl Send for AsidControl
impl Sync for AsidControl
impl Unpin for AsidControl
impl UnwindSafe for AsidControl
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)