Struct rbspy_ruby_structs::ruby_2_3_8::st_packed_entry [−][src]
#[repr(C)]pub struct st_packed_entry {
pub _address: u8,
}
Fields
_address: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for st_packed_entry
impl Send for st_packed_entry
impl Sync for st_packed_entry
impl Unpin for st_packed_entry
impl UnwindSafe for st_packed_entry
Blanket Implementations
Mutably borrows from an owned value. Read more