Struct windows_sys::Win32::Security::LLFILETIME
#[repr(C)]pub struct LLFILETIME {
pub Anonymous: LLFILETIME_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Anonymous: LLFILETIME_0
Trait Implementations§
§impl Clone for LLFILETIME
impl Clone for LLFILETIME
impl Copy for LLFILETIME
Auto Trait Implementations§
impl RefUnwindSafe for LLFILETIME
impl Send for LLFILETIME
impl Sync for LLFILETIME
impl Unpin for LLFILETIME
impl UnwindSafe for LLFILETIME
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