pub struct EntityFactoryQosPolicy {
pub autoenable_created_entities: bool,
}Expand description
EntityFactoryQosPolicy.
Fields§
§autoenable_created_entities: boolEntities werden bei Erzeugung automatisch enabled. Default: true.
Implementations§
Source§impl EntityFactoryQosPolicy
impl EntityFactoryQosPolicy
Sourcepub fn encode_into(self, w: &mut BufferWriter) -> Result<(), EncodeError>
pub fn encode_into(self, w: &mut BufferWriter) -> Result<(), EncodeError>
Sourcepub fn decode_from(
r: &mut BufferReader<'_>,
) -> Result<EntityFactoryQosPolicy, DecodeError>
pub fn decode_from( r: &mut BufferReader<'_>, ) -> Result<EntityFactoryQosPolicy, DecodeError>
Trait Implementations§
Source§impl Clone for EntityFactoryQosPolicy
impl Clone for EntityFactoryQosPolicy
Source§fn clone(&self) -> EntityFactoryQosPolicy
fn clone(&self) -> EntityFactoryQosPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EntityFactoryQosPolicy
impl Debug for EntityFactoryQosPolicy
Source§impl Default for EntityFactoryQosPolicy
impl Default for EntityFactoryQosPolicy
Source§fn default() -> EntityFactoryQosPolicy
fn default() -> EntityFactoryQosPolicy
Returns the “default value” for a type. Read more
Source§impl PartialEq for EntityFactoryQosPolicy
impl PartialEq for EntityFactoryQosPolicy
Source§fn eq(&self, other: &EntityFactoryQosPolicy) -> bool
fn eq(&self, other: &EntityFactoryQosPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EntityFactoryQosPolicy
impl Eq for EntityFactoryQosPolicy
impl StructuralPartialEq for EntityFactoryQosPolicy
Auto Trait Implementations§
impl Freeze for EntityFactoryQosPolicy
impl RefUnwindSafe for EntityFactoryQosPolicy
impl Send for EntityFactoryQosPolicy
impl Sync for EntityFactoryQosPolicy
impl Unpin for EntityFactoryQosPolicy
impl UnsafeUnpin for EntityFactoryQosPolicy
impl UnwindSafe for EntityFactoryQosPolicy
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