#[repr(C, packed(2))]pub struct StringExtend {
pub Font: *mut TextFont,
pub Pens: [UBYTE; 2],
pub ActivePens: [UBYTE; 2],
pub InitialModes: ULONG,
pub EditHook: *mut Hook,
pub WorkBuffer: STRPTR,
pub Reserved: [ULONG; 4],
}Fields§
§Font: *mut TextFont§Pens: [UBYTE; 2]§ActivePens: [UBYTE; 2]§InitialModes: ULONG§EditHook: *mut Hook§WorkBuffer: STRPTR§Reserved: [ULONG; 4]Trait Implementations§
Source§impl Clone for StringExtend
impl Clone for StringExtend
Source§fn clone(&self) -> StringExtend
fn clone(&self) -> StringExtend
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 StringExtend
impl Debug for StringExtend
impl Copy for StringExtend
Auto Trait Implementations§
impl Freeze for StringExtend
impl RefUnwindSafe for StringExtend
impl !Send for StringExtend
impl !Sync for StringExtend
impl Unpin for StringExtend
impl UnwindSafe for StringExtend
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