#[repr(C, packed(1))]pub struct LiteSetMessage {
pub header: LiteHeader,
pub value: i32,
}Expand description
Lite SET message
Fields§
§header: LiteHeader§value: i32Auto Trait Implementations§
impl Freeze for LiteSetMessage
impl RefUnwindSafe for LiteSetMessage
impl Send for LiteSetMessage
impl Sync for LiteSetMessage
impl Unpin for LiteSetMessage
impl UnwindSafe for LiteSetMessage
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