Struct NET_RESOURCE_SCOPE
#[repr(transparent)]pub struct NET_RESOURCE_SCOPE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for NET_RESOURCE_SCOPE
impl Clone for NET_RESOURCE_SCOPE
§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 more§impl Debug for NET_RESOURCE_SCOPE
impl Debug for NET_RESOURCE_SCOPE
§impl Default for NET_RESOURCE_SCOPE
impl Default for NET_RESOURCE_SCOPE
§fn default() -> NET_RESOURCE_SCOPE
fn default() -> NET_RESOURCE_SCOPE
Returns the “default value” for a type. Read more
§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