#[repr(C)]pub struct FotEntry {
pub values: [u64; 2],
pub resolver: u64,
pub flags: AtomicU32,
}
Fields§
§values: [u64; 2]
§resolver: u64
§flags: AtomicU32
Auto Trait Implementations§
impl !Freeze for FotEntry
impl ObjSafe for FotEntry
impl RefUnwindSafe for FotEntry
impl Send for FotEntry
impl Sync for FotEntry
impl Unpin for FotEntry
impl UnwindSafe for FotEntry
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