pub struct AssetPackStatus(/* private fields */);Implementations§
Source§impl AssetPackStatus
impl AssetPackStatus
pub const DOWNLOAD_AVAILABLE: Self
pub const UPDATE_AVAILABLE: Self
pub const UP_TO_DATE: Self
pub const OUT_OF_DATE: Self
pub const OBSOLETE: Self
pub const DOWNLOADING: Self
pub const DOWNLOADED: Self
pub const fn new(bits: u64) -> Self
pub const fn bits(self) -> u64
pub const fn contains(self, other: Self) -> bool
pub const fn is_empty(self) -> bool
Trait Implementations§
Source§impl BitAnd for AssetPackStatus
impl BitAnd for AssetPackStatus
Source§impl BitAndAssign for AssetPackStatus
impl BitAndAssign for AssetPackStatus
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for AssetPackStatus
impl BitOr for AssetPackStatus
Source§impl BitOrAssign for AssetPackStatus
impl BitOrAssign for AssetPackStatus
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for AssetPackStatus
impl Clone for AssetPackStatus
Source§fn clone(&self) -> AssetPackStatus
fn clone(&self) -> AssetPackStatus
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 AssetPackStatus
impl Debug for AssetPackStatus
Source§impl Hash for AssetPackStatus
impl Hash for AssetPackStatus
Source§impl PartialEq for AssetPackStatus
impl PartialEq for AssetPackStatus
Source§fn eq(&self, other: &AssetPackStatus) -> bool
fn eq(&self, other: &AssetPackStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AssetPackStatus
impl Serialize for AssetPackStatus
impl Copy for AssetPackStatus
impl Eq for AssetPackStatus
impl StructuralPartialEq for AssetPackStatus
Auto Trait Implementations§
impl Freeze for AssetPackStatus
impl RefUnwindSafe for AssetPackStatus
impl Send for AssetPackStatus
impl Sync for AssetPackStatus
impl Unpin for AssetPackStatus
impl UnsafeUnpin for AssetPackStatus
impl UnwindSafe for AssetPackStatus
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