#[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 Freeze for paramvary
impl RefUnwindSafe for paramvary
impl Send for paramvary
impl Sync for paramvary
impl Unpin for paramvary
impl UnwindSafe for paramvary
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