#[repr(transparent)]pub struct log_id(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
source§impl PartialEq for log_id
impl PartialEq for log_id
impl Copy for log_id
impl Eq for log_id
impl StructuralPartialEq for log_id
Auto Trait Implementations§
impl Freeze for log_id
impl RefUnwindSafe for log_id
impl Send for log_id
impl Sync for log_id
impl Unpin for log_id
impl UnwindSafe for log_id
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