Struct tf_demo_parser::demo::sendprop::SendPropFlags
source · pub struct SendPropFlags(/* private fields */);Implementations§
source§impl SendPropFlags
impl SendPropFlags
pub fn contains(self, other: SendPropFlag) -> bool
Trait Implementations§
source§impl BitOr<SendPropFlag> for SendPropFlags
impl BitOr<SendPropFlag> for SendPropFlags
§type Output = SendPropFlags
type Output = SendPropFlags
The resulting type after applying the
| operator.source§impl BitRead<'_, LittleEndian> for SendPropFlags
impl BitRead<'_, LittleEndian> for SendPropFlags
source§impl BitWrite<LittleEndian> for SendPropFlags
impl BitWrite<LittleEndian> for SendPropFlags
source§fn write(&self, stream: &mut BitWriteStream<'_, LittleEndian>) -> ReadResult<()>
fn write(&self, stream: &mut BitWriteStream<'_, LittleEndian>) -> ReadResult<()>
Write the type to stream
source§impl Clone for SendPropFlags
impl Clone for SendPropFlags
source§fn clone(&self) -> SendPropFlags
fn clone(&self) -> SendPropFlags
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 moresource§impl Debug for SendPropFlags
impl Debug for SendPropFlags
source§impl Default for SendPropFlags
impl Default for SendPropFlags
source§fn default() -> SendPropFlags
fn default() -> SendPropFlags
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SendPropFlags
impl<'de> Deserialize<'de> for SendPropFlags
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for SendPropFlags
impl Display for SendPropFlags
source§impl PartialEq for SendPropFlags
impl PartialEq for SendPropFlags
source§fn eq(&self, other: &SendPropFlags) -> bool
fn eq(&self, other: &SendPropFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SendPropFlags
impl Serialize for SendPropFlags
impl Copy for SendPropFlags
impl StructuralPartialEq for SendPropFlags
Auto Trait Implementations§
impl RefUnwindSafe for SendPropFlags
impl Send for SendPropFlags
impl Sync for SendPropFlags
impl Unpin for SendPropFlags
impl UnwindSafe for SendPropFlags
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