Struct rcl_sys::rcl::init_options::rcl_init_options_t
source · [−]#[repr(C)]pub struct rcl_init_options_t { /* private fields */ }
Expand description
Encapsulation of init options and implementation defined init options.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_init_options_t
impl !Send for rcl_init_options_t
impl !Sync for rcl_init_options_t
impl Unpin for rcl_init_options_t
impl UnwindSafe for rcl_init_options_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more