pub struct PspHeader { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PspHeader
impl RefUnwindSafe for PspHeader
impl Send for PspHeader
impl Sync for PspHeader
impl Unpin for PspHeader
impl UnwindSafe for PspHeader
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