#[repr(C)]pub struct magic {
pub mg_moremagic: *mut magic,
pub mg_virtual: *mut mgvtbl,
pub mg_private: u16,
pub mg_type: i8,
pub mg_flags: u8,
pub mg_len: isize,
pub mg_obj: *mut sv,
pub mg_ptr: *mut i8,
}Fields§
§mg_moremagic: *mut magic§mg_virtual: *mut mgvtbl§mg_private: u16§mg_type: i8§mg_flags: u8§mg_len: isize§mg_obj: *mut sv§mg_ptr: *mut i8Trait Implementations§
Source§impl Ord for magic
impl Ord for magic
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for magic
impl PartialOrd for magic
impl Copy for magic
impl Eq for magic
impl StructuralPartialEq for magic
Auto Trait Implementations§
impl Freeze for magic
impl RefUnwindSafe for magic
impl !Send for magic
impl !Sync for magic
impl Unpin for magic
impl UnsafeUnpin for magic
impl UnwindSafe for magic
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