#[repr(C)]pub struct n_pair_struct {
pub a: ulong,
pub b: ulong,
}Fields§
§a: ulong§b: ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for n_pair_struct
impl RefUnwindSafe for n_pair_struct
impl Send for n_pair_struct
impl Sync for n_pair_struct
impl Unpin for n_pair_struct
impl UnsafeUnpin for n_pair_struct
impl UnwindSafe for n_pair_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