#[repr(C)]pub struct ExternalScrollId(pub u64, pub PipelineId);
Tuple Fields§
§0: u64
§1: PipelineId
Trait Implementations§
Source§impl Clone for ExternalScrollId
impl Clone for ExternalScrollId
Source§fn clone(&self) -> ExternalScrollId
fn clone(&self) -> ExternalScrollId
Returns a copy 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 ExternalScrollId
impl Debug for ExternalScrollId
Source§impl Display for ExternalScrollId
impl Display for ExternalScrollId
Source§impl Hash for ExternalScrollId
impl Hash for ExternalScrollId
Source§impl Ord for ExternalScrollId
impl Ord for ExternalScrollId
Source§fn cmp(&self, other: &ExternalScrollId) -> Ordering
fn cmp(&self, other: &ExternalScrollId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalScrollId
impl PartialEq for ExternalScrollId
Source§impl PartialOrd for ExternalScrollId
impl PartialOrd for ExternalScrollId
impl Copy for ExternalScrollId
impl Eq for ExternalScrollId
impl StructuralPartialEq for ExternalScrollId
Auto Trait Implementations§
impl Freeze for ExternalScrollId
impl RefUnwindSafe for ExternalScrollId
impl Send for ExternalScrollId
impl Sync for ExternalScrollId
impl Unpin for ExternalScrollId
impl UnwindSafe for ExternalScrollId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)