pub struct ComponentOptions { /* private fields */ }Expand description
Registration-time storage layout and tag policy for one component type.
Implementations§
Trait Implementations§
Source§impl Clone for ComponentOptions
impl Clone for ComponentOptions
Source§fn clone(&self) -> ComponentOptions
fn clone(&self) -> ComponentOptions
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 moreimpl Copy for ComponentOptions
Source§impl Debug for ComponentOptions
impl Debug for ComponentOptions
impl Eq for ComponentOptions
Source§impl Hash for ComponentOptions
impl Hash for ComponentOptions
Source§impl PartialEq for ComponentOptions
impl PartialEq for ComponentOptions
impl StructuralPartialEq for ComponentOptions
Auto Trait Implementations§
impl Freeze for ComponentOptions
impl RefUnwindSafe for ComponentOptions
impl Send for ComponentOptions
impl Sync for ComponentOptions
impl Unpin for ComponentOptions
impl UnsafeUnpin for ComponentOptions
impl UnwindSafe for ComponentOptions
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