#[repr(C)]pub struct PropInfo {
pub Flags: UWORD,
pub HorizPot: UWORD,
pub VertPot: UWORD,
pub HorizBody: UWORD,
pub VertBody: UWORD,
pub CWidth: UWORD,
pub CHeight: UWORD,
pub HPotRes: UWORD,
pub VPotRes: UWORD,
pub LeftBorder: UWORD,
pub TopBorder: UWORD,
}Fields§
§Flags: UWORD§HorizPot: UWORD§VertPot: UWORD§HorizBody: UWORD§VertBody: UWORD§CWidth: UWORD§CHeight: UWORD§HPotRes: UWORD§VPotRes: UWORD§LeftBorder: UWORD§TopBorder: UWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for PropInfo
impl RefUnwindSafe for PropInfo
impl Send for PropInfo
impl Sync for PropInfo
impl Unpin for PropInfo
impl UnwindSafe for PropInfo
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