#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConsoleScrollback
Auto Trait Implementations§
impl !Send for ConsoleScrollback
impl !Sync for ConsoleScrollback
impl Freeze for ConsoleScrollback
impl RefUnwindSafe for ConsoleScrollback
impl Unpin for ConsoleScrollback
impl UnsafeUnpin 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