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