#[repr(C)]pub struct _ptm_context_t {
pub __bindgen_anon_1: _ptm_context_t__bindgen_ty_1,
pub ctxtID: u32,
pub VMID: u8,
}Fields§
§__bindgen_anon_1: _ptm_context_t__bindgen_ty_1§ctxtID: u32< Context ID
VMID: u8< VMID
Trait Implementations§
Source§impl Clone for _ptm_context_t
impl Clone for _ptm_context_t
Source§fn clone(&self) -> _ptm_context_t
fn clone(&self) -> _ptm_context_t
Returns a copy 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 _ptm_context_t
impl Debug for _ptm_context_t
impl Copy for _ptm_context_t
Auto Trait Implementations§
impl Freeze for _ptm_context_t
impl RefUnwindSafe for _ptm_context_t
impl Send for _ptm_context_t
impl Sync for _ptm_context_t
impl Unpin for _ptm_context_t
impl UnwindSafe for _ptm_context_t
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