#[repr(C)]pub struct rmw_publisher_options_t {
pub tx_express: u8,
pub _reserved: [u8; 7],
}Fields§
§tx_express: u8phase-279 (#145) — express hint (TopicInfo::tx_express across
the C ABI): non-zero = this publisher’s samples bypass transport
tx batching. A transport hint, not a DDS policy — no RxO
matching.
_reserved: [u8; 7]< Reserved; must be zero.
Trait Implementations§
Source§impl Clone for rmw_publisher_options_t
impl Clone for rmw_publisher_options_t
Source§fn clone(&self) -> rmw_publisher_options_t
fn clone(&self) -> rmw_publisher_options_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rmw_publisher_options_t
Auto Trait Implementations§
impl Freeze for rmw_publisher_options_t
impl RefUnwindSafe for rmw_publisher_options_t
impl Send for rmw_publisher_options_t
impl Sync for rmw_publisher_options_t
impl Unpin for rmw_publisher_options_t
impl UnsafeUnpin for rmw_publisher_options_t
impl UnwindSafe for rmw_publisher_options_t
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