#[repr(C, align(2))]pub struct TampConf {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>Implementations§
Source§impl TampConf
impl TampConf
pub fn window(&self) -> u16
pub fn set_window(&mut self, val: u16)
pub unsafe fn window_raw(this: *const Self) -> u16
pub unsafe fn set_window_raw(this: *mut Self, val: u16)
pub fn literal(&self) -> u16
pub fn set_literal(&mut self, val: u16)
pub unsafe fn literal_raw(this: *const Self) -> u16
pub unsafe fn set_literal_raw(this: *mut Self, val: u16)
pub fn use_custom_dictionary(&self) -> u16
pub fn set_use_custom_dictionary(&mut self, val: u16)
pub unsafe fn use_custom_dictionary_raw(this: *const Self) -> u16
pub unsafe fn set_use_custom_dictionary_raw(this: *mut Self, val: u16)
pub fn new_bitfield_1( window: u16, literal: u16, use_custom_dictionary: u16, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TampConf
impl RefUnwindSafe for TampConf
impl Send for TampConf
impl Sync for TampConf
impl Unpin for TampConf
impl UnwindSafe for TampConf
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