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