pub struct MethodHandleType;
Implementations§
Source§impl MethodHandleType
impl MethodHandleType
pub const H_STATIC_PUT: DUShort = 0u16
pub const H_STATIC_GET: DUShort = 1u16
pub const H_INSTANCE_PUT: DUShort = 2u16
pub const H_INSTANCE_GET: DUShort = 3u16
pub const H_INVOKE_STATIC: DUShort = 4u16
pub const H_INVOKE_INSTANCE: DUShort = 5u16
pub const H_INVOKE_CONSTRUCTOR: DUShort = 6u16
pub const H_INVOKE_DIRECT: DUShort = 7u16
pub const H_INVOKE_INTERFACE: DUShort = 8u16
Trait Implementations§
Source§impl ConstContainer for MethodHandleType
impl ConstContainer for MethodHandleType
Auto Trait Implementations§
impl Freeze for MethodHandleType
impl RefUnwindSafe for MethodHandleType
impl Send for MethodHandleType
impl Sync for MethodHandleType
impl Unpin for MethodHandleType
impl UnwindSafe for MethodHandleType
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