#[repr(C)]pub struct variable8 {
pub magic: c_uchar,
pub type_: c_uchar,
pub acl: c_ushort,
pub findVar: FindVarMethod,
pub namelen: c_uchar,
pub name: [oid; 8],
}Fields§
§magic: c_uchar§type_: c_uchar§acl: c_ushort§findVar: FindVarMethod§namelen: c_uchar§name: [oid; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for variable8
impl RefUnwindSafe for variable8
impl Send for variable8
impl Sync for variable8
impl Unpin for variable8
impl UnsafeUnpin for variable8
impl UnwindSafe for variable8
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