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