Struct SERVER_INFO_1515
#[repr(C)]pub struct SERVER_INFO_1515 {
pub sv1515_enableforcedlogoff: BOOL,
}
Fields§
§sv1515_enableforcedlogoff: BOOL
Trait Implementations§
§impl Clone for SERVER_INFO_1515
impl Clone for SERVER_INFO_1515
§fn clone(&self) -> SERVER_INFO_1515
fn clone(&self) -> SERVER_INFO_1515
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 SERVER_INFO_1515
Auto Trait Implementations§
impl Freeze for SERVER_INFO_1515
impl RefUnwindSafe for SERVER_INFO_1515
impl Send for SERVER_INFO_1515
impl Sync for SERVER_INFO_1515
impl Unpin for SERVER_INFO_1515
impl UnwindSafe for SERVER_INFO_1515
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