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