pub struct System<'a> { /* private fields */ }Expand description
A system context.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for System<'a>
impl<'a> !RefUnwindSafe for System<'a>
impl<'a> Send for System<'a>
impl<'a> Sync for System<'a>
impl<'a> Unpin for System<'a>
impl<'a> !UnwindSafe for System<'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