#[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_2
Trait Implementations
Auto Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more