pub struct UntypedDesc(/* private fields */);
Expand description
Corresponds to seL4_UntypedDesc
.
Implementations§
Source§impl UntypedDesc
impl UntypedDesc
pub const fn from_inner(inner: seL4_UntypedDesc) -> Self
pub const fn into_inner(self) -> seL4_UntypedDesc
pub const fn inner(&self) -> &seL4_UntypedDesc
pub fn inner_mut(&mut self) -> &mut seL4_UntypedDesc
pub fn paddr(&self) -> usize
pub fn size_bits(&self) -> usize
pub fn is_device(&self) -> bool
Trait Implementations§
Source§impl Clone for UntypedDesc
impl Clone for UntypedDesc
Source§fn clone(&self) -> UntypedDesc
fn clone(&self) -> UntypedDesc
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 UntypedDesc
impl Debug for UntypedDesc
Source§impl PartialEq for UntypedDesc
impl PartialEq for UntypedDesc
impl Eq for UntypedDesc
impl StructuralPartialEq for UntypedDesc
Auto Trait Implementations§
impl Freeze for UntypedDesc
impl RefUnwindSafe for UntypedDesc
impl Send for UntypedDesc
impl Sync for UntypedDesc
impl Unpin for UntypedDesc
impl UnwindSafe for UntypedDesc
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 T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)