#[repr(C)]pub struct RegionControl {
pub trsize: u16,
}
Expand description
Region Control Structure
Follows C-structure conventions
Fields§
§trsize: u16
Trait Implementations§
Source§impl Clone for RegionControl
impl Clone for RegionControl
Source§fn clone(&self) -> RegionControl
fn clone(&self) -> RegionControl
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 RegionControl
Auto Trait Implementations§
impl Freeze for RegionControl
impl RefUnwindSafe for RegionControl
impl Send for RegionControl
impl Sync for RegionControl
impl Unpin for RegionControl
impl UnwindSafe for RegionControl
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