pub struct WindowGrant {
pub physical_ms: u64,
pub logical_start: u32,
pub count: u32,
pub epoch: Epoch,
}Fields§
§physical_ms: u64§logical_start: u32§count: u32§epoch: EpochImplementations§
Trait Implementations§
Source§impl Clone for WindowGrant
impl Clone for WindowGrant
Source§fn clone(&self) -> WindowGrant
fn clone(&self) -> WindowGrant
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 moreSource§impl Debug for WindowGrant
impl Debug for WindowGrant
Source§impl PartialEq for WindowGrant
impl PartialEq for WindowGrant
Source§fn eq(&self, other: &WindowGrant) -> bool
fn eq(&self, other: &WindowGrant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowGrant
impl Eq for WindowGrant
impl StructuralPartialEq for WindowGrant
Auto Trait Implementations§
impl Freeze for WindowGrant
impl RefUnwindSafe for WindowGrant
impl Send for WindowGrant
impl Sync for WindowGrant
impl Unpin for WindowGrant
impl UnsafeUnpin for WindowGrant
impl UnwindSafe for WindowGrant
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