#[repr(C)]pub struct LGMPQueueConfig {
pub queueID: u32,
pub numMessages: u32,
pub subTimeout: u32,
}Fields§
§queueID: u32§numMessages: u32§subTimeout: u32Trait Implementations§
Source§impl Clone for LGMPQueueConfig
impl Clone for LGMPQueueConfig
Source§fn clone(&self) -> LGMPQueueConfig
fn clone(&self) -> LGMPQueueConfig
Returns a duplicate 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 LGMPQueueConfig
impl Debug for LGMPQueueConfig
impl Copy for LGMPQueueConfig
Auto Trait Implementations§
impl Freeze for LGMPQueueConfig
impl RefUnwindSafe for LGMPQueueConfig
impl Send for LGMPQueueConfig
impl Sync for LGMPQueueConfig
impl Unpin for LGMPQueueConfig
impl UnwindSafe for LGMPQueueConfig
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