pub struct LogChars<T>{ /* private fields */ }Expand description
Generic type for storing FFA_CONSOLE_LOG character payload and its length in bytes.
Implementations§
Trait Implementations§
impl<T> Copy for LogChars<T>
impl<T> Eq for LogChars<T>
impl<T> StructuralPartialEq for LogChars<T>
Auto Trait Implementations§
impl<T> Freeze for LogChars<T>where
T: Freeze,
impl<T> RefUnwindSafe for LogChars<T>where
T: RefUnwindSafe,
impl<T> Send for LogChars<T>where
T: Send,
impl<T> Sync for LogChars<T>where
T: Sync,
impl<T> Unpin for LogChars<T>where
T: Unpin,
impl<T> UnwindSafe for LogChars<T>where
T: UnwindSafe,
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