org.rococoa.cocoa.iokit
Class fdisk_part
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.fdisk_part
- Direct Known Subclasses:
- fdisk_part.ByReference, fdisk_part.ByValue
public class fdisk_part
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
bootid
public byte bootid
beghead
public byte beghead
begsect
public byte begsect
begcyl
public byte begcyl
systid
public byte systid
endhead
public byte endhead
endsect
public byte endsect
endcyl
public byte endcyl
relsect
public int relsect
numsect
public int numsect
fdisk_part
public fdisk_part()
byReference
public fdisk_part.ByReference byReference()
byValue
public fdisk_part.ByValue byValue()
clone
public fdisk_part clone()
- Overrides:
clone
in class Object