#[repr(C)]pub struct FieldPacking {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FieldPacking
impl FieldPacking
pub fn no_packing() -> Self
pub fn r11g11b10() -> Self
pub fn packed_float() -> Self
pub fn packed_uint() -> Self
Trait Implementations§
Source§impl ClassIdentity for FieldPacking
impl ClassIdentity for FieldPacking
Source§impl Clone for FieldPacking
impl Clone for FieldPacking
Source§fn clone(&self) -> FieldPacking
fn clone(&self) -> FieldPacking
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FieldPacking
impl Debug for FieldPacking
Source§impl PartialEq for FieldPacking
impl PartialEq for FieldPacking
impl Copy for FieldPacking
impl Eq for FieldPacking
impl StructuralPartialEq for FieldPacking
Auto Trait Implementations§
impl Freeze for FieldPacking
impl RefUnwindSafe for FieldPacking
impl Send for FieldPacking
impl Sync for FieldPacking
impl Unpin for FieldPacking
impl UnwindSafe for FieldPacking
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)