#[repr(C)]pub struct BunLogOptions {
pub __struct_size: usize,
pub message_ptr: *const u8,
pub message_len: usize,
pub path_ptr: *const u8,
pub path_len: usize,
pub source_line_text_ptr: *const u8,
pub source_line_text_len: usize,
pub level: i8,
pub line: c_int,
pub lineEnd: c_int,
pub column: c_int,
pub columnEnd: c_int,
}Fields§
§__struct_size: usize§message_ptr: *const u8§message_len: usize§path_ptr: *const u8§path_len: usize§source_line_text_ptr: *const u8§source_line_text_len: usize§level: i8§line: c_int§lineEnd: c_int§column: c_int§columnEnd: c_intTrait Implementations§
Source§impl Clone for BunLogOptions
impl Clone for BunLogOptions
Source§fn clone(&self) -> BunLogOptions
fn clone(&self) -> BunLogOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BunLogOptions
impl Debug for BunLogOptions
impl Copy for BunLogOptions
Auto Trait Implementations§
impl Freeze for BunLogOptions
impl RefUnwindSafe for BunLogOptions
impl !Send for BunLogOptions
impl !Sync for BunLogOptions
impl Unpin for BunLogOptions
impl UnwindSafe for BunLogOptions
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