Struct ENUMRECTS
#[repr(C)]pub struct ENUMRECTS {
pub c: u32,
pub arcl: [RECTL; 1],
}
Fields§
§c: u32
§arcl: [RECTL; 1]
Trait Implementations§
impl Copy for ENUMRECTS
impl StructuralPartialEq for ENUMRECTS
Auto Trait Implementations§
impl Freeze for ENUMRECTS
impl RefUnwindSafe for ENUMRECTS
impl Send for ENUMRECTS
impl Sync for ENUMRECTS
impl Unpin for ENUMRECTS
impl UnwindSafe for ENUMRECTS
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