#[repr(C)]pub struct FotEntry { /* private fields */ }
Expand description
An entry in the FOT.
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