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