[][src]Struct wayk_proto::message::now_messages::system::SystemOsInfoFlags

pub struct SystemOsInfoFlags {
    pub value: u16,
}

Fields

value: u16

Implementations

impl SystemOsInfoFlags[src]

pub fn new_empty() -> Self[src]

impl SystemOsInfoFlags[src]

pub const EXTRA: u16[src]

pub fn extra(self) -> bool[src]

pub fn set_extra(&mut self) -> Self[src]

pub fn unset_extra(&mut self) -> Self[src]

pub const KERNEL: u16[src]

pub fn kernel(self) -> bool[src]

pub fn set_kernel(&mut self) -> Self[src]

pub fn unset_kernel(&mut self) -> Self[src]

Trait Implementations

impl Clone for SystemOsInfoFlags[src]

impl Copy for SystemOsInfoFlags[src]

impl Debug for SystemOsInfoFlags[src]

impl<'dec> Decode<'dec> for SystemOsInfoFlags[src]

impl Encode for SystemOsInfoFlags[src]

impl From<u16> for SystemOsInfoFlags[src]

impl Into<u16> for SystemOsInfoFlags[src]

impl PartialEq<SystemOsInfoFlags> for SystemOsInfoFlags[src]

impl PartialEq<u16> for SystemOsInfoFlags[src]

impl StructuralPartialEq for SystemOsInfoFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.