#[repr(align(4))]pub struct SimpleMessage { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleMessage
impl RefUnwindSafe for SimpleMessage
impl Send for SimpleMessage
impl Sync for SimpleMessage
impl Unpin for SimpleMessage
impl UnwindSafe for SimpleMessage
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