Struct ADS_FAXNUMBER
#[repr(C)]pub struct ADS_FAXNUMBER {
pub TelephoneNumber: PWSTR,
pub NumberOfBits: u32,
pub Parameters: *mut u8,
}
Fields§
§TelephoneNumber: PWSTR
§NumberOfBits: u32
§Parameters: *mut u8
Trait Implementations§
§impl Clone for ADS_FAXNUMBER
impl Clone for ADS_FAXNUMBER
§fn clone(&self) -> ADS_FAXNUMBER
fn clone(&self) -> ADS_FAXNUMBER
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 moreimpl Copy for ADS_FAXNUMBER
Auto Trait Implementations§
impl Freeze for ADS_FAXNUMBER
impl RefUnwindSafe for ADS_FAXNUMBER
impl !Send for ADS_FAXNUMBER
impl !Sync for ADS_FAXNUMBER
impl Unpin for ADS_FAXNUMBER
impl UnwindSafe for ADS_FAXNUMBER
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