#[repr(C)]pub struct _fc2Format7Info {Show 14 fields
pub mode: fc2Mode,
pub maxWidth: c_uint,
pub maxHeight: c_uint,
pub offsetHStepSize: c_uint,
pub offsetVStepSize: c_uint,
pub imageHStepSize: c_uint,
pub imageVStepSize: c_uint,
pub pixelFormatBitField: c_uint,
pub vendorPixelFormatBitField: c_uint,
pub packetSize: c_uint,
pub minPacketSize: c_uint,
pub maxPacketSize: c_uint,
pub percentage: f32,
pub reserved: [c_uint; 16],
}Fields§
§mode: fc2Mode§maxWidth: c_uint§maxHeight: c_uint§offsetHStepSize: c_uint§offsetVStepSize: c_uint§imageHStepSize: c_uint§imageVStepSize: c_uint§pixelFormatBitField: c_uint§vendorPixelFormatBitField: c_uint§packetSize: c_uint§minPacketSize: c_uint§maxPacketSize: c_uint§percentage: f32§reserved: [c_uint; 16]Trait Implementations§
Source§impl Clone for _fc2Format7Info
impl Clone for _fc2Format7Info
Source§fn clone(&self) -> _fc2Format7Info
fn clone(&self) -> _fc2Format7Info
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 _fc2Format7Info
impl Debug for _fc2Format7Info
Source§impl Default for _fc2Format7Info
impl Default for _fc2Format7Info
impl Copy for _fc2Format7Info
Auto Trait Implementations§
impl Freeze for _fc2Format7Info
impl RefUnwindSafe for _fc2Format7Info
impl Send for _fc2Format7Info
impl Sync for _fc2Format7Info
impl Unpin for _fc2Format7Info
impl UnwindSafe for _fc2Format7Info
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