pub struct LayerOrData {
pub or_state: MatState,
}Expand description
plLayerOr — bitwise-OR state flags onto a layer.
Fields§
§or_state: MatStateTrait Implementations§
Source§impl Clone for LayerOrData
impl Clone for LayerOrData
Source§fn clone(&self) -> LayerOrData
fn clone(&self) -> LayerOrData
Returns a duplicate 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 LayerOrData
impl Debug for LayerOrData
Auto Trait Implementations§
impl Freeze for LayerOrData
impl RefUnwindSafe for LayerOrData
impl Send for LayerOrData
impl Sync for LayerOrData
impl Unpin for LayerOrData
impl UnsafeUnpin for LayerOrData
impl UnwindSafe for LayerOrData
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