#[repr(C)]pub struct apow {
pub k: ulong,
pub ak: ulong,
}Fields§
§k: ulong§ak: ulongAuto Trait Implementations§
impl Freeze for apow
impl RefUnwindSafe for apow
impl Send for apow
impl Sync for apow
impl Unpin for apow
impl UnwindSafe for apow
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