Struct windows::Services::Maps::MapRouteRestrictions
#[repr(transparent)]pub struct MapRouteRestrictions(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for MapRouteRestrictions
impl BitAnd for MapRouteRestrictions
§impl BitAndAssign for MapRouteRestrictions
impl BitAndAssign for MapRouteRestrictions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for MapRouteRestrictions
impl BitOr for MapRouteRestrictions
§impl BitOrAssign for MapRouteRestrictions
impl BitOrAssign for MapRouteRestrictions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for MapRouteRestrictions
impl Clone for MapRouteRestrictions
§fn clone(&self) -> MapRouteRestrictions
fn clone(&self) -> MapRouteRestrictions
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 MapRouteRestrictions
impl Debug for MapRouteRestrictions
§impl Default for MapRouteRestrictions
impl Default for MapRouteRestrictions
§fn default() -> MapRouteRestrictions
fn default() -> MapRouteRestrictions
Returns the “default value” for a type. Read more
§impl Not for MapRouteRestrictions
impl Not for MapRouteRestrictions
§impl PartialEq for MapRouteRestrictions
impl PartialEq for MapRouteRestrictions
§fn eq(&self, other: &MapRouteRestrictions) -> bool
fn eq(&self, other: &MapRouteRestrictions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MapRouteRestrictions
impl Eq for MapRouteRestrictions
impl StructuralPartialEq for MapRouteRestrictions
Auto Trait Implementations§
impl Freeze for MapRouteRestrictions
impl RefUnwindSafe for MapRouteRestrictions
impl Send for MapRouteRestrictions
impl Sync for MapRouteRestrictions
impl Unpin for MapRouteRestrictions
impl UnwindSafe for MapRouteRestrictions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)