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