#[repr(C)]pub struct dirichlet_char_struct {
pub n: ulong,
pub log: *mut ulong,
}Fields§
§n: ulong§log: *mut ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for dirichlet_char_struct
impl RefUnwindSafe for dirichlet_char_struct
impl !Send for dirichlet_char_struct
impl !Sync for dirichlet_char_struct
impl Unpin for dirichlet_char_struct
impl UnsafeUnpin for dirichlet_char_struct
impl UnwindSafe for dirichlet_char_struct
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