#[repr(C)]pub struct crt_lut_entry {
pub mod_: nmod_t,
pub i0: ulong,
pub i1: ulong,
pub i2: ulong,
}Fields§
§mod_: nmod_t§i0: ulong§i1: ulong§i2: ulongAuto Trait Implementations§
impl Freeze for crt_lut_entry
impl RefUnwindSafe for crt_lut_entry
impl Send for crt_lut_entry
impl Sync for crt_lut_entry
impl Unpin for crt_lut_entry
impl UnwindSafe for crt_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