#[repr(C)]pub struct mod_lut_entry {
pub mod_: nmod_t,
pub mod0: nmod_t,
pub mod1: nmod_t,
pub mod2: nmod_t,
}Fields§
§mod_: nmod_t§mod0: nmod_t§mod1: nmod_t§mod2: nmod_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for mod_lut_entry
impl RefUnwindSafe for mod_lut_entry
impl Send for mod_lut_entry
impl Sync for mod_lut_entry
impl Unpin for mod_lut_entry
impl UnsafeUnpin for mod_lut_entry
impl UnwindSafe for mod_lut_entry
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