#[repr(C)]pub struct TRANSPORTCLIENT_SESSION_INFO {
pub ulStructureLength: u32,
pub ullFileSize: u64,
pub ulBlockSize: u32,
}
Expand description
Required features: "Win32_System_DeploymentServices"
Fields
ulStructureLength: u32
ullFileSize: u64
ulBlockSize: u32
Trait Implementations
impl Clone for TRANSPORTCLIENT_SESSION_INFO
impl Clone for TRANSPORTCLIENT_SESSION_INFO
impl Copy for TRANSPORTCLIENT_SESSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for TRANSPORTCLIENT_SESSION_INFO
impl Send for TRANSPORTCLIENT_SESSION_INFO
impl Sync for TRANSPORTCLIENT_SESSION_INFO
impl Unpin for TRANSPORTCLIENT_SESSION_INFO
impl UnwindSafe for TRANSPORTCLIENT_SESSION_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more