pub struct LightArray {
pub bytes: Vec<u8>,
}Expand description
Массив данных света
Fields§
§bytes: Vec<u8>Trait Implementations§
Source§impl Buffer for LightArray
impl Buffer for LightArray
Source§impl Clone for LightArray
impl Clone for LightArray
Source§fn clone(&self) -> LightArray
fn clone(&self) -> LightArray
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 LightArray
impl Debug for LightArray
Source§impl PartialEq for LightArray
impl PartialEq for LightArray
Source§fn eq(&self, other: &LightArray) -> bool
fn eq(&self, other: &LightArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LightArray
Auto Trait Implementations§
impl Freeze for LightArray
impl RefUnwindSafe for LightArray
impl Send for LightArray
impl Sync for LightArray
impl Unpin for LightArray
impl UnsafeUnpin for LightArray
impl UnwindSafe for LightArray
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