pub struct JavaType {
pub alignment: Alignment,
pub size: Size,
pub layout: Layout,
}
Fields§
§alignment: Alignment
§size: Size
§layout: Layout
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JavaType
impl Send for JavaType
impl Sync for JavaType
impl Unpin for JavaType
impl UnwindSafe for JavaType
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