Struct windows_sys::Win32::Security::Authentication::Identity::LOGON_HOURS
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
UnitsPerWeek: u16
LogonHours: *mut u8
Trait Implementations
impl Clone for LOGON_HOURS
impl Clone for LOGON_HOURS
impl Copy for LOGON_HOURS
Auto Trait Implementations
impl RefUnwindSafe for LOGON_HOURS
impl !Send for LOGON_HOURS
impl !Sync for LOGON_HOURS
impl Unpin for LOGON_HOURS
impl UnwindSafe for LOGON_HOURS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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