#[repr(transparent)]pub struct NET_RESOURCE_SCOPE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for NET_RESOURCE_SCOPE
impl Abi for NET_RESOURCE_SCOPE
Source§type Abi = NET_RESOURCE_SCOPE
type Abi = NET_RESOURCE_SCOPE
The abi representation of the implementing type. Read more
type DefaultType = NET_RESOURCE_SCOPE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for NET_RESOURCE_SCOPE
impl BitAnd for NET_RESOURCE_SCOPE
Source§impl BitAndAssign for NET_RESOURCE_SCOPE
impl BitAndAssign for NET_RESOURCE_SCOPE
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for NET_RESOURCE_SCOPE
impl BitOr for NET_RESOURCE_SCOPE
Source§impl BitOrAssign for NET_RESOURCE_SCOPE
impl BitOrAssign for NET_RESOURCE_SCOPE
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for NET_RESOURCE_SCOPE
impl Clone for NET_RESOURCE_SCOPE
Source§fn clone(&self) -> NET_RESOURCE_SCOPE
fn clone(&self) -> NET_RESOURCE_SCOPE
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 NET_RESOURCE_SCOPE
impl Debug for NET_RESOURCE_SCOPE
Source§impl Default for NET_RESOURCE_SCOPE
impl Default for NET_RESOURCE_SCOPE
Source§fn default() -> NET_RESOURCE_SCOPE
fn default() -> NET_RESOURCE_SCOPE
Returns the “default value” for a type. Read more
Source§impl From<u32> for NET_RESOURCE_SCOPE
impl From<u32> for NET_RESOURCE_SCOPE
Source§impl PartialEq for NET_RESOURCE_SCOPE
impl PartialEq for NET_RESOURCE_SCOPE
impl Copy for NET_RESOURCE_SCOPE
impl Eq for NET_RESOURCE_SCOPE
impl StructuralPartialEq for NET_RESOURCE_SCOPE
Auto Trait Implementations§
impl Freeze for NET_RESOURCE_SCOPE
impl RefUnwindSafe for NET_RESOURCE_SCOPE
impl Send for NET_RESOURCE_SCOPE
impl Sync for NET_RESOURCE_SCOPE
impl Unpin for NET_RESOURCE_SCOPE
impl UnwindSafe for NET_RESOURCE_SCOPE
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