#[repr(C, packed(1))]pub struct LOG_CLIENT_ID {
pub seq_number: le16,
pub client_index: le16,
}Expand description
struct LOG_CLIENT_ID - The log client id structure identifying a log client.
Fields§
§seq_number: le16§client_index: le16Trait Implementations§
Source§impl Clone for LOG_CLIENT_ID
impl Clone for LOG_CLIENT_ID
Source§fn clone(&self) -> LOG_CLIENT_ID
fn clone(&self) -> LOG_CLIENT_ID
Returns a copy 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 LOG_CLIENT_ID
impl Debug for LOG_CLIENT_ID
impl Copy for LOG_CLIENT_ID
Auto Trait Implementations§
impl Freeze for LOG_CLIENT_ID
impl RefUnwindSafe for LOG_CLIENT_ID
impl Send for LOG_CLIENT_ID
impl Sync for LOG_CLIENT_ID
impl Unpin for LOG_CLIENT_ID
impl UnwindSafe for LOG_CLIENT_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