Struct win_sys::FileSystem::SHARE_TYPE
source · [−]#[repr(transparent)]pub struct SHARE_TYPE(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAnd<SHARE_TYPE> for SHARE_TYPE
impl BitAnd<SHARE_TYPE> for SHARE_TYPE
type Output = SHARE_TYPE
type Output = SHARE_TYPE
The resulting type after applying the & operator.
sourcepub fn bitand(self, other: SHARE_TYPE) -> SHARE_TYPE
pub fn bitand(self, other: SHARE_TYPE) -> SHARE_TYPE
Performs the & operation. Read more
sourceimpl BitAndAssign<SHARE_TYPE> for SHARE_TYPE
impl BitAndAssign<SHARE_TYPE> for SHARE_TYPE
sourcepub fn bitand_assign(&mut self, other: SHARE_TYPE)
pub fn bitand_assign(&mut self, other: SHARE_TYPE)
Performs the &= operation. Read more
sourceimpl BitOr<SHARE_TYPE> for SHARE_TYPE
impl BitOr<SHARE_TYPE> for SHARE_TYPE
type Output = SHARE_TYPE
type Output = SHARE_TYPE
The resulting type after applying the | operator.
sourcepub fn bitor(self, other: SHARE_TYPE) -> SHARE_TYPE
pub fn bitor(self, other: SHARE_TYPE) -> SHARE_TYPE
Performs the | operation. Read more
sourceimpl BitOrAssign<SHARE_TYPE> for SHARE_TYPE
impl BitOrAssign<SHARE_TYPE> for SHARE_TYPE
sourcepub fn bitor_assign(&mut self, other: SHARE_TYPE)
pub fn bitor_assign(&mut self, other: SHARE_TYPE)
Performs the |= operation. Read more
sourceimpl Clone for SHARE_TYPE
impl Clone for SHARE_TYPE
sourcepub fn clone(&self) -> SHARE_TYPE
pub fn clone(&self) -> SHARE_TYPE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SHARE_TYPE
impl Debug for SHARE_TYPE
sourceimpl Default for SHARE_TYPE
impl Default for SHARE_TYPE
sourcepub fn default() -> SHARE_TYPE
pub fn default() -> SHARE_TYPE
Returns the “default value” for a type. Read more
sourceimpl Not for SHARE_TYPE
impl Not for SHARE_TYPE
type Output = SHARE_TYPE
type Output = SHARE_TYPE
The resulting type after applying the ! operator.
sourcepub fn not(self) -> SHARE_TYPE
pub fn not(self) -> SHARE_TYPE
Performs the unary ! operation. Read more
sourceimpl PartialEq<SHARE_TYPE> for SHARE_TYPE
impl PartialEq<SHARE_TYPE> for SHARE_TYPE
sourcepub fn eq(&self, other: &SHARE_TYPE) -> bool
pub fn eq(&self, other: &SHARE_TYPE) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &SHARE_TYPE) -> bool
pub fn ne(&self, other: &SHARE_TYPE) -> bool
This method tests for !=.
impl Copy for SHARE_TYPE
impl Eq for SHARE_TYPE
impl StructuralEq for SHARE_TYPE
impl StructuralPartialEq for SHARE_TYPE
Auto Trait Implementations
impl RefUnwindSafe for SHARE_TYPE
impl Send for SHARE_TYPE
impl Sync for SHARE_TYPE
impl Unpin for SHARE_TYPE
impl UnwindSafe for SHARE_TYPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more