pub struct FmsEntry<'a> { /* private fields */ }Expand description
An entry in the Fms.
Implementations§
Auto Trait Implementations§
impl<'a> !Send for FmsEntry<'a>
impl<'a> !Sync for FmsEntry<'a>
impl<'a> Freeze for FmsEntry<'a>
impl<'a> RefUnwindSafe for FmsEntry<'a>
impl<'a> Unpin for FmsEntry<'a>
impl<'a> UnsafeUnpin for FmsEntry<'a>
impl<'a> UnwindSafe for FmsEntry<'a>
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