#[repr(C)]pub struct RouteArgs {
pub rule_id: u32,
}Fields§
§rule_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RouteArgs
impl RefUnwindSafe for RouteArgs
impl Send for RouteArgs
impl Sync for RouteArgs
impl Unpin for RouteArgs
impl UnsafeUnpin for RouteArgs
impl UnwindSafe for RouteArgs
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