#[repr(C, packed(2))]pub struct ConsoleScrollback {
pub cs_ScrollerGadget: APTR,
pub cs_NumLines: UWORD,
}Fields§
§cs_ScrollerGadget: APTR§cs_NumLines: UWORDTrait Implementations§
Source§impl Clone for ConsoleScrollback
impl Clone for ConsoleScrollback
Source§fn clone(&self) -> ConsoleScrollback
fn clone(&self) -> ConsoleScrollback
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 ConsoleScrollback
impl Debug for ConsoleScrollback
impl Copy for ConsoleScrollback
Auto Trait Implementations§
impl Freeze for ConsoleScrollback
impl RefUnwindSafe for ConsoleScrollback
impl !Send for ConsoleScrollback
impl !Sync for ConsoleScrollback
impl Unpin for ConsoleScrollback
impl UnwindSafe for ConsoleScrollback
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