Struct windows_sys::Win32::NetworkManagement::NetBios::ACTION_HEADER
[−]#[repr(C)]pub struct ACTION_HEADER {
pub transport_id: u32,
pub action_code: u16,
pub reserved: u16,
}
Expand description
Required features: "Win32_NetworkManagement_NetBios"
Fields
transport_id: u32
action_code: u16
reserved: u16
Trait Implementations
impl Clone for ACTION_HEADER
impl Clone for ACTION_HEADER
impl Copy for ACTION_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ACTION_HEADER
impl Send for ACTION_HEADER
impl Sync for ACTION_HEADER
impl Unpin for ACTION_HEADER
impl UnwindSafe for ACTION_HEADER
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