#[repr(C)]pub struct __c_anonymous_ph {
pub ph1: u64,
pub ph2: u64,
}Fields§
§ph1: u64§ph2: u64Trait Implementations§
Source§impl Clone for __c_anonymous_ph
impl Clone for __c_anonymous_ph
Source§fn clone(&self) -> __c_anonymous_ph
fn clone(&self) -> __c_anonymous_ph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __c_anonymous_ph
impl Debug for __c_anonymous_ph
impl Copy for __c_anonymous_ph
Auto Trait Implementations§
impl Freeze for __c_anonymous_ph
impl RefUnwindSafe for __c_anonymous_ph
impl Send for __c_anonymous_ph
impl Sync for __c_anonymous_ph
impl Unpin for __c_anonymous_ph
impl UnwindSafe for __c_anonymous_ph
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