#[repr(C)]pub struct arb_struct {
pub mid: arf_struct,
pub rad: mag_struct,
}Fields§
§mid: arf_struct§rad: mag_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for arb_struct
impl RefUnwindSafe for arb_struct
impl !Send for arb_struct
impl !Sync for arb_struct
impl Unpin for arb_struct
impl UnsafeUnpin for arb_struct
impl UnwindSafe for arb_struct
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