#[repr(C)]pub struct BranchOfficeLogOfflineFileFull {
pub pMachineName: PWSTR,
}
Fields§
§pMachineName: PWSTR
Trait Implementations§
§impl Clone for BranchOfficeLogOfflineFileFull
impl Clone for BranchOfficeLogOfflineFileFull
impl Copy for BranchOfficeLogOfflineFileFull
Auto Trait Implementations§
impl RefUnwindSafe for BranchOfficeLogOfflineFileFull
impl !Send for BranchOfficeLogOfflineFileFull
impl !Sync for BranchOfficeLogOfflineFileFull
impl Unpin for BranchOfficeLogOfflineFileFull
impl UnwindSafe for BranchOfficeLogOfflineFileFull
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