pub struct Sse;Expand description
Supervisor Software Events extension.
Trait Implementations§
Source§impl Extension for Sse
impl Extension for Sse
Source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id value to pass to SBI environment.impl Copy for Sse
Auto Trait Implementations§
impl Freeze for Sse
impl RefUnwindSafe for Sse
impl Send for Sse
impl Sync for Sse
impl Unpin for Sse
impl UnsafeUnpin for Sse
impl UnwindSafe for Sse
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