#[repr(C)]pub struct longlong4 {
pub x: c_longlong,
pub y: c_longlong,
pub z: c_longlong,
pub w: c_longlong,
}
Fields§
§x: c_longlong
§y: c_longlong
§z: c_longlong
§w: c_longlong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for longlong4
impl RefUnwindSafe for longlong4
impl Send for longlong4
impl Sync for longlong4
impl Unpin for longlong4
impl UnwindSafe for longlong4
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