Struct webrender_api::FramePublishId
source · #[repr(C)]pub struct FramePublishId(pub u64);
Tuple Fields§
§0: u64
Implementations§
source§impl FramePublishId
impl FramePublishId
Trait Implementations§
source§impl Clone for FramePublishId
impl Clone for FramePublishId
source§fn clone(&self) -> FramePublishId
fn clone(&self) -> FramePublishId
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 FramePublishId
impl Debug for FramePublishId
source§impl Default for FramePublishId
impl Default for FramePublishId
source§impl PartialEq for FramePublishId
impl PartialEq for FramePublishId
source§fn eq(&self, other: &FramePublishId) -> bool
fn eq(&self, other: &FramePublishId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FramePublishId
impl PartialOrd for FramePublishId
source§fn partial_cmp(&self, other: &FramePublishId) -> Option<Ordering>
fn partial_cmp(&self, other: &FramePublishId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FramePublishId
impl StructuralPartialEq for FramePublishId
Auto Trait Implementations§
impl Freeze for FramePublishId
impl RefUnwindSafe for FramePublishId
impl Send for FramePublishId
impl Sync for FramePublishId
impl Unpin for FramePublishId
impl UnwindSafe for FramePublishId
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