Struct r2r_rcl::rmw_init_options_s
source · #[repr(C)]pub struct rmw_init_options_s {
pub instance_id: u64,
pub implementation_identifier: *const c_char,
pub domain_id: usize,
pub security_options: rmw_security_options_t,
pub localhost_only: rmw_localhost_only_t,
pub enclave: *mut c_char,
pub allocator: rcutils_allocator_t,
pub impl_: *mut rmw_init_options_impl_t,
}
Fields§
§instance_id: u64
§implementation_identifier: *const c_char
§domain_id: usize
§security_options: rmw_security_options_t
§localhost_only: rmw_localhost_only_t
§enclave: *mut c_char
§allocator: rcutils_allocator_t
§impl_: *mut rmw_init_options_impl_t
Trait Implementations§
source§impl Clone for rmw_init_options_s
impl Clone for rmw_init_options_s
source§fn clone(&self) -> rmw_init_options_s
fn clone(&self) -> rmw_init_options_s
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 rmw_init_options_s
impl Debug for rmw_init_options_s
source§impl PartialEq for rmw_init_options_s
impl PartialEq for rmw_init_options_s
impl Copy for rmw_init_options_s
impl StructuralPartialEq for rmw_init_options_s
Auto Trait Implementations§
impl Freeze for rmw_init_options_s
impl RefUnwindSafe for rmw_init_options_s
impl !Send for rmw_init_options_s
impl !Sync for rmw_init_options_s
impl Unpin for rmw_init_options_s
impl UnwindSafe for rmw_init_options_s
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)