pub struct Raw<'a> {
pub level: c_int,
pub kind: c_int,
pub data: &'a [u8],
}
Fields§
§level: c_int
§kind: c_int
§data: &'a [u8]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Raw<'a>
impl<'a> RefUnwindSafe for Raw<'a>
impl<'a> Send for Raw<'a>
impl<'a> Sync for Raw<'a>
impl<'a> Unpin for Raw<'a>
impl<'a> UnwindSafe for Raw<'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