#[repr(C)]pub struct udebug_buf_meta {
pub name: *const c_char,
pub format: udebug_format,
pub sub_format: u32,
pub flags: *const udebug_buf_flag,
pub n_flags: c_uint,
}Fields§
§name: *const c_char§format: udebug_format§sub_format: u32§flags: *const udebug_buf_flag§n_flags: c_uintTrait Implementations§
Source§impl Clone for udebug_buf_meta
impl Clone for udebug_buf_meta
Source§fn clone(&self) -> udebug_buf_meta
fn clone(&self) -> udebug_buf_meta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 udebug_buf_meta
impl Debug for udebug_buf_meta
Source§impl Default for udebug_buf_meta
impl Default for udebug_buf_meta
impl Copy for udebug_buf_meta
Auto Trait Implementations§
impl Freeze for udebug_buf_meta
impl RefUnwindSafe for udebug_buf_meta
impl !Send for udebug_buf_meta
impl !Sync for udebug_buf_meta
impl Unpin for udebug_buf_meta
impl UnsafeUnpin for udebug_buf_meta
impl UnwindSafe for udebug_buf_meta
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