#[repr(C, align(4))]pub struct log_msg_generic_hdr {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Expand description
@endcond
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl log_msg_generic_hdr
impl log_msg_generic_hdr
pub fn valid(&self) -> u32
pub fn set_valid(&mut self, val: u32)
pub fn busy(&self) -> u32
pub fn set_busy(&mut self, val: u32)
pub fn type_(&self) -> u32
pub fn set_type(&mut self, val: u32)
pub fn new_bitfield_1( valid: u32, busy: u32, type_: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for log_msg_generic_hdr
impl RefUnwindSafe for log_msg_generic_hdr
impl Send for log_msg_generic_hdr
impl Sync for log_msg_generic_hdr
impl Unpin for log_msg_generic_hdr
impl UnwindSafe for log_msg_generic_hdr
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