Struct rclrust_msg::rcl_interfaces::msg::Log_Raw
source · [−]#[repr(C)]pub struct Log_Raw {
pub stamp: Time_Raw,
pub level: u8,
pub name: FFIString,
pub msg: FFIString,
pub file: FFIString,
pub function: FFIString,
pub line: u32,
}
Fields
stamp: Time_Raw
level: u8
name: FFIString
msg: FFIString
file: FFIString
function: FFIString
line: u32
Trait Implementations
impl Send for Log_Raw
impl Sync for Log_Raw
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more