#[repr(C)]pub struct ulonglong2 {
pub x: c_ulonglong,
pub y: c_ulonglong,
}Fields§
§x: c_ulonglong§y: c_ulonglongTrait Implementations§
Source§impl Clone for ulonglong2
impl Clone for ulonglong2
Source§fn clone(&self) -> ulonglong2
fn clone(&self) -> ulonglong2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ulonglong2
Auto Trait Implementations§
impl Freeze for ulonglong2
impl RefUnwindSafe for ulonglong2
impl Send for ulonglong2
impl Sync for ulonglong2
impl Unpin for ulonglong2
impl UnsafeUnpin for ulonglong2
impl UnwindSafe for ulonglong2
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