#[repr(transparent)]pub struct ERemoteStoragePlatform(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAnd for ERemoteStoragePlatform
impl BitAnd for ERemoteStoragePlatform
Source§impl BitAndAssign for ERemoteStoragePlatform
impl BitAndAssign for ERemoteStoragePlatform
Source§fn bitand_assign(&mut self, rhs: ERemoteStoragePlatform)
fn bitand_assign(&mut self, rhs: ERemoteStoragePlatform)
Performs the
&= operation. Read moreSource§impl BitOr for ERemoteStoragePlatform
impl BitOr for ERemoteStoragePlatform
Source§impl BitOrAssign for ERemoteStoragePlatform
impl BitOrAssign for ERemoteStoragePlatform
Source§fn bitor_assign(&mut self, rhs: ERemoteStoragePlatform)
fn bitor_assign(&mut self, rhs: ERemoteStoragePlatform)
Performs the
|= operation. Read moreSource§impl Clone for ERemoteStoragePlatform
impl Clone for ERemoteStoragePlatform
Source§fn clone(&self) -> ERemoteStoragePlatform
fn clone(&self) -> ERemoteStoragePlatform
Returns a duplicate 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 ERemoteStoragePlatform
impl Debug for ERemoteStoragePlatform
Source§impl Hash for ERemoteStoragePlatform
impl Hash for ERemoteStoragePlatform
Source§impl PartialEq for ERemoteStoragePlatform
impl PartialEq for ERemoteStoragePlatform
impl Copy for ERemoteStoragePlatform
impl Eq for ERemoteStoragePlatform
impl StructuralPartialEq for ERemoteStoragePlatform
Auto Trait Implementations§
impl Freeze for ERemoteStoragePlatform
impl RefUnwindSafe for ERemoteStoragePlatform
impl Send for ERemoteStoragePlatform
impl Sync for ERemoteStoragePlatform
impl Unpin for ERemoteStoragePlatform
impl UnwindSafe for ERemoteStoragePlatform
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