#[repr(C)]pub struct ulonglong4 {
pub x: c_ulonglong,
pub y: c_ulonglong,
pub z: c_ulonglong,
pub w: c_ulonglong,
}
Fields§
§x: c_ulonglong
§y: c_ulonglong
§z: c_ulonglong
§w: c_ulonglong
Trait Implementations§
Source§impl Clone for ulonglong4
impl Clone for ulonglong4
Source§fn clone(&self) -> ulonglong4
fn clone(&self) -> ulonglong4
Returns a copy 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 ulonglong4
impl Debug for ulonglong4
impl Copy for ulonglong4
Auto Trait Implementations§
impl Freeze for ulonglong4
impl RefUnwindSafe for ulonglong4
impl Send for ulonglong4
impl Sync for ulonglong4
impl Unpin for ulonglong4
impl UnwindSafe for ulonglong4
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