pub struct PamojaRegisters { /* private fields */ }Expand description
An opaque handle to the 16-bit registers a device returned.
Read it with pamoja_registers_data and pamoja_registers_len, then
release it with pamoja_registers_free.
Auto Trait Implementations§
impl Freeze for PamojaRegisters
impl RefUnwindSafe for PamojaRegisters
impl Send for PamojaRegisters
impl Sync for PamojaRegisters
impl Unpin for PamojaRegisters
impl UnsafeUnpin for PamojaRegisters
impl UnwindSafe for PamojaRegisters
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