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