#[repr(C, packed(2))]pub struct EasyStruct {
pub es_StructSize: ULONG,
pub es_Flags: ULONG,
pub es_Title: CONST_STRPTR,
pub es_TextFormat: CONST_STRPTR,
pub es_GadgetFormat: CONST_STRPTR,
}Fields§
§es_StructSize: ULONG§es_Flags: ULONG§es_Title: CONST_STRPTR§es_TextFormat: CONST_STRPTR§es_GadgetFormat: CONST_STRPTRTrait Implementations§
Source§impl Clone for EasyStruct
impl Clone for EasyStruct
Source§fn clone(&self) -> EasyStruct
fn clone(&self) -> EasyStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EasyStruct
impl Debug for EasyStruct
impl Copy for EasyStruct
Auto Trait Implementations§
impl Freeze for EasyStruct
impl RefUnwindSafe for EasyStruct
impl !Send for EasyStruct
impl !Sync for EasyStruct
impl Unpin for EasyStruct
impl UnwindSafe for EasyStruct
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