Struct rsfbclient_rust::ParamsBlr
source · [−]pub struct ParamsBlr { /* private fields */ }
Expand description
Data for the parameters to send in the wire
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParamsBlr
impl Send for ParamsBlr
impl Sync for ParamsBlr
impl Unpin for ParamsBlr
impl UnwindSafe for ParamsBlr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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