Struct rsfbclient_core::ibase::paramvary
source · [−]#[repr(C)]pub struct paramvary {
pub vary_length: ISC_USHORT,
pub vary_string: [ISC_UCHAR; 1],
}
Fields
vary_length: ISC_USHORT
vary_string: [ISC_UCHAR; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for paramvary
impl Send for paramvary
impl Sync for paramvary
impl Unpin for paramvary
impl UnwindSafe for paramvary
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