#[repr(C)]pub struct Channel {Show 18 fields
pub nParentID: INT32,
pub nChannelID: INT32,
pub szName: [TTCHAR; 512],
pub szTopic: [TTCHAR; 512],
pub szPassword: [TTCHAR; 512],
pub bPassword: TTBOOL,
pub uChannelType: ChannelTypes,
pub nUserData: INT32,
pub nDiskQuota: INT64,
pub szOpPassword: [TTCHAR; 512],
pub nMaxUsers: INT32,
pub audiocodec: AudioCodec,
pub audiocfg: AudioConfig,
pub transmitUsers: [[INT32; 2]; 128],
pub transmitUsersQueue: [INT32; 16],
pub nTransmitUsersQueueDelayMSec: INT32,
pub nTimeOutTimerVoiceMSec: INT32,
pub nTimeOutTimerMediaFileMSec: INT32,
}Fields§
§nParentID: INT32§nChannelID: INT32§szName: [TTCHAR; 512]§szTopic: [TTCHAR; 512]§szPassword: [TTCHAR; 512]§bPassword: TTBOOL§uChannelType: ChannelTypes§nUserData: INT32§nDiskQuota: INT64§szOpPassword: [TTCHAR; 512]§nMaxUsers: INT32§audiocodec: AudioCodec§audiocfg: AudioConfig§transmitUsers: [[INT32; 2]; 128]§transmitUsersQueue: [INT32; 16]§nTransmitUsersQueueDelayMSec: INT32§nTimeOutTimerVoiceMSec: INT32§nTimeOutTimerMediaFileMSec: INT32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Send for Channel
impl Sync for Channel
impl Unpin for Channel
impl UnwindSafe for Channel
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