#[repr(C)]pub struct mmuext_op {
pub cmd: c_uint,
pub arg1: mmuext_op__bindgen_ty_1,
pub arg2: mmuext_op__bindgen_ty_2,
}Fields§
§cmd: c_uint§arg1: mmuext_op__bindgen_ty_1§arg2: mmuext_op__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl Freeze for mmuext_op
impl RefUnwindSafe for mmuext_op
impl !Send for mmuext_op
impl !Sync for mmuext_op
impl Unpin for mmuext_op
impl UnwindSafe for mmuext_op
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