Struct INTERNET_AUTODIAL
#[repr(transparent)]pub struct INTERNET_AUTODIAL(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for INTERNET_AUTODIAL
impl Clone for INTERNET_AUTODIAL
§fn clone(&self) -> INTERNET_AUTODIAL
fn clone(&self) -> INTERNET_AUTODIAL
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 INTERNET_AUTODIAL
impl Debug for INTERNET_AUTODIAL
§impl Default for INTERNET_AUTODIAL
impl Default for INTERNET_AUTODIAL
§fn default() -> INTERNET_AUTODIAL
fn default() -> INTERNET_AUTODIAL
Returns the “default value” for a type. Read more
§impl PartialEq for INTERNET_AUTODIAL
impl PartialEq for INTERNET_AUTODIAL
impl Copy for INTERNET_AUTODIAL
impl Eq for INTERNET_AUTODIAL
impl StructuralPartialEq for INTERNET_AUTODIAL
Auto Trait Implementations§
impl Freeze for INTERNET_AUTODIAL
impl RefUnwindSafe for INTERNET_AUTODIAL
impl Send for INTERNET_AUTODIAL
impl Sync for INTERNET_AUTODIAL
impl Unpin for INTERNET_AUTODIAL
impl UnwindSafe for INTERNET_AUTODIAL
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