#[repr(C, packed(2))]pub struct WeightObject {
pub wb_SuccHeight: ULONG,
pub wb_PredHeight: ULONG,
pub wb_Reserved1: ULONG,
pub wb_SuccWidth: ULONG,
pub wb_PredWidth: ULONG,
pub wb_Reserved2: ULONG,
}Fields§
§wb_SuccHeight: ULONG§wb_PredHeight: ULONG§wb_Reserved1: ULONG§wb_SuccWidth: ULONG§wb_PredWidth: ULONG§wb_Reserved2: ULONGTrait Implementations§
Source§impl Clone for WeightObject
impl Clone for WeightObject
Source§fn clone(&self) -> WeightObject
fn clone(&self) -> WeightObject
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 WeightObject
impl Debug for WeightObject
impl Copy for WeightObject
Auto Trait Implementations§
impl Freeze for WeightObject
impl RefUnwindSafe for WeightObject
impl Send for WeightObject
impl Sync for WeightObject
impl Unpin for WeightObject
impl UnwindSafe for WeightObject
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