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