Struct BlackInformation
#[repr(C)]pub struct BlackInformation {
pub fBlackOnly: BOOL,
pub blackWeight: f32,
}
Fields§
§fBlackOnly: BOOL
§blackWeight: f32
Trait Implementations§
§impl Clone for BlackInformation
impl Clone for BlackInformation
§fn clone(&self) -> BlackInformation
fn clone(&self) -> BlackInformation
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 moreimpl Copy for BlackInformation
Auto Trait Implementations§
impl Freeze for BlackInformation
impl RefUnwindSafe for BlackInformation
impl Send for BlackInformation
impl Sync for BlackInformation
impl Unpin for BlackInformation
impl UnwindSafe for BlackInformation
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