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