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