#[repr(C, packed(2))]pub struct NewScreen {}Fields§
§LeftEdge: WORD§TopEdge: WORD§Width: WORD§Height: WORD§Depth: WORD§DetailPen: UBYTE§BlockPen: UBYTE§ViewModes: UWORD§Type: UWORD§Font: *mut TextAttr§DefaultTitle: STRPTR§Gadgets: *mut Gadget§CustomBitMap: *mut BitMapTrait Implementations§
Auto Trait Implementations§
impl Freeze for NewScreen
impl RefUnwindSafe for NewScreen
impl !Send for NewScreen
impl !Sync for NewScreen
impl Unpin for NewScreen
impl UnwindSafe for NewScreen
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