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